#36F3DD

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

Shades of Turquoise #36F3DD

Tints of Turquoise #36F3DD

Color information

#36F3DD (or 0x36F3DD) is unknown color: approx Turquoise. HEX triplet: 36, F3 and DD. RGB value is (54,243,221). Sum of RGB (Red+Green+Blue) = 54+243+221=518 (68% of max value = 765). Red value is 54 (21.48% from 255 or 10.42% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #36F3DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36F3DD is #C90C22. Grayscale: #B7B7B7. Windows color (decimal): -13175843 or 14545718. OLE color: 14545718.

HSL color Cylindrical-coordinate representation of color #36F3DD: hue angle of 173.02º 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 #36F3DD is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB54243221-
CMYK0.7800.090.05
HSL173.02º88.73%58.24%-
HSV(B)173.02º77.78%95.29%-
XYZ46.6270.1179.48-
YUV183.98148.8835.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.42%
GREEN value IS 243 (95.31% from 255) = 46.91%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=10.42%
G=46.91%
B=42.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal542432210.7800.090.05173.0288.7358.24
Hex36F3DD4E095ad593a
Octal66363335116011525513172
Binary1101101111001111011101100111001001101101011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36F3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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