#36D9C3

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

Shades of Turquoise #36D9C3

Tints of Turquoise #36D9C3

Color information

#36D9C3 (or 0x36D9C3) is unknown color: approx Turquoise. HEX triplet: 36, D9 and C3. RGB value is (54,217,195). Sum of RGB (Red+Green+Blue) = 54+217+195=466 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.59% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 195 (76.56% from 255 or 41.85% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #36D9C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D9C3 is #C9263C. Grayscale: #A5A5A5. Windows color (decimal): -13182525 or 12835126. OLE color: 12835126.

HSL color Cylindrical-coordinate representation of color #36D9C3: hue angle of 171.9º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D9C3 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB54217195-
CMYK0.7500.100.15
HSL171.9º68.2%53.14%-
HSV(B)171.9º75.12%85.1%-
XYZ36.1854.3560.21-
YUV165.75144.548.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.59%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 195 (76.56% from 255) = 41.85%
R=11.59%
G=46.57%
B=41.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal542171950.7500.100.15171.968.253.14
Hex36D9C34B0AFac4435
Octal663313031130121725410465
Binary11011011011001110000111001011010101111101011001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36D9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,217,195); }

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

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

 a { background-color: rgb(54,217,195); }

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

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

 span { border-color: rgb(54,217,195); }

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