#36F3D4

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

Shades of Turquoise #36F3D4

Tints of Turquoise #36F3D4

Color information

#36F3D4 (or 0x36F3D4) is unknown color: approx Turquoise. HEX triplet: 36, F3 and D4. RGB value is (54,243,212). Sum of RGB (Red+Green+Blue) = 54+243+212=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 212 (83.20% from 255 or 41.65% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3D4 is #C90C2B. Grayscale: #B6B6B6. Windows color (decimal): -13175852 or 13955894. OLE color: 13955894.

HSL color Cylindrical-coordinate representation of color #36F3D4: hue angle of 170.16º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F3D4 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB54243212-
CMYK0.7800.130.05
HSL170.16º88.73%58.24%-
HSV(B)170.16º77.78%95.29%-
XYZ45.4669.6473.33-
YUV182.96144.3836.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.61%
GREEN value IS 243 (95.31% from 255) = 47.74%
BLUE value IS 212 (83.20% from 255) = 41.65%
R=10.61%
G=47.74%
B=41.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542432120.7800.130.05170.1688.7358.24
Hex36F3D44E0D5aa593a
Octal66363324116015525213172
Binary1101101111001111010100100111001101101101010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,243,212); }

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

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

 a { background-color: rgb(54,243,212); }

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

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

 span { border-color: rgb(54,243,212); }

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