#36E9DF

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

Shades of Turquoise #36E9DF

Tints of Turquoise #36E9DF

Color information

#36E9DF (or 0x36E9DF) is unknown color: approx Turquoise. HEX triplet: 36, E9 and DF. RGB value is (54,233,223). Sum of RGB (Red+Green+Blue) = 54+233+223=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #36E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36E9DF is #C91620. Grayscale: #B2B2B2. Windows color (decimal): -13178401 or 14674230. OLE color: 14674230.

HSL color Cylindrical-coordinate representation of color #36E9DF: hue angle of 176.65º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36E9DF is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB54233223-
CMYK0.7700.040.09
HSL176.65º80.27%56.27%-
HSV(B)176.65º76.82%91.37%-
XYZ43.9864.3979.92-
YUV178.34153.239.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 10.59%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 223 (87.5% from 255) = 43.73%
R=10.59%
G=45.69%
B=43.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal542332230.7700.040.09176.6580.2756.27
Hex36E9DF4D049b15038
Octal66351337115041126112070
Binary1101101110100111011111100110101001001101100011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36E9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,233,223); }

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

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

 a { background-color: rgb(54,233,223); }

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

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

 span { border-color: rgb(54,233,223); }

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