#36D5C0

Color #36D5C0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #36D5C0

Tints of Turquoise #36D5C0

Color information

#36D5C0 (or 0x36D5C0) is unknown color: approx Turquoise. HEX triplet: 36, D5 and C0. RGB value is (54,213,192). Sum of RGB (Red+Green+Blue) = 54+213+192=459 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.76% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #36D5C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D5C0 is #C92A3F. Grayscale: #A2A2A2. Windows color (decimal): -13183552 or 12637494. OLE color: 12637494.

HSL color Cylindrical-coordinate representation of color #36D5C0: hue angle of 172.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D5C0 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB54213192-
CMYK0.7500.100.16
HSL172.08º65.43%52.35%-
HSV(B)172.08º74.65%83.53%-
XYZ34.8352.1858.1-
YUV163.06144.3250.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 54 (21.48% from 255) = 11.76%
GREEN value IS 213 (83.59% from 255) = 46.41%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=11.76%
G=46.41%
B=41.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal542131920.7500.100.16172.0865.4352.35
Hex36D5C04B0A10ac4134
Octal663253001130122025410164
Binary110110110101011100000010010110101010000101011001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D5C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36D5C0; }

 p { color: rgb(54,213,192); }

 H1.HeaderClassName
 {
   color: #36D5C0;
 }
 .AnyTagClassName
 {
   color: #36D5C0;
 }
</style>
background-color css

<style>
 a { background-color: #36D5C0; }

 a { background-color: rgb(54,213,192); }

 div.DivClassName
 {
   background-color: #36D5C0;
 }
 .BgClassName
 {
   background-color: #36D5C0;
 }
</style>
border-color css

<style>
 span { border-color: #36D5C0; }

 span { border-color: rgb(54,213,192); }

 td.TdClassName
 {
   border-color: #36D5C0;
 }
 .TagClassName
 {
   border-color: #36D5C0;
 }
</style>