#36e0cd

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

Shades of Turquoise #36E0CD

Tints of Turquoise #36E0CD

Color information

#36E0CD (or 0x36E0CD) is unknown color: approx Turquoise. HEX triplet: 36, E0 and CD. RGB value is (54,224,205). Sum of RGB (Red+Green+Blue) = 54+224+205=483 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.18% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #36E0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E0CD is #C91F32. Grayscale: #AAAAAA. Windows color (decimal): -13180723 or 13492278. OLE color: 13492278.

HSL color Cylindrical-coordinate representation of color #36E0CD: hue angle of 173.29º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E0CD is Cyan = 0.76, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB54224205-
CMYK0.7600.080.12
HSL173.29º73.28%54.51%-
HSV(B)173.29º75.89%87.84%-
XYZ39.258.566.98-
YUV171147.1844.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.18%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=11.18%
G=46.38%
B=42.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal542242050.7600.080.12173.2973.2854.51
Hex36E0CD4C08Cad4937
Octal663403151140101425511167
Binary11011011100000110011011001100010001100101011011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36e0cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,224,205); }

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

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

 a { background-color: rgb(54,224,205); }

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

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

 span { border-color: rgb(54,224,205); }

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