Html Css Color HEX #36E5CE Turquoise

📋 copy color: '#36E5CE'

red 54 ◦ green 229 ◦ blue 206

#36E5CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #36E5CE

Tints of Turquoise #36E5CE

RGB

 RED value IS 54 (21.48% from 255) = 11.04%

 GREEN value IS 229 (89.84% from 255) = 46.83%

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 11.04%
G = 46.83%
B = 42.13%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#36E5CE (or 0x36E5CE) is known color: Turquoise. HEX triplet: 36, E5 and CE. RGB value is (54,229,206). Sum of RGB (Red+Green+Blue) = 54+229+206=489 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.04% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #36E5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36E5CE is #C91A31. Grayscale: #ADADAD. Windows color (decimal): -13179442 or 13559094. OLE color: 13559094.

HSL color Cylindrical-coordinate representation of color #36E5CE: hue angle of 172.11º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E5CE is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 229 206 -
CMYK 0.76 0 0.10 0.10
HSL 172.11º 0.77% 0.55% -
HSV(B) 172.11º 0.76% 0.9% -
XYZ 40.68 61.28 68.08 -
YUV 174.05 146.02 42.37 -
System Red Green Blue C M Y K H S L
Decimal 54 229 206 0.76 0 0.10 0.10 172.11 0.77 0.55
Hex 36 E5 CE 4C 0 A A AC 4D 37
Octal 66 345 316 114 0 12 12 254 115 67
Binary 110110 11100101 11001110 1001100 0 1010 1010 10101100 1001101 110111

Color Harmonies of #36E5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36E5CE

Black with #36E5CE

Text Example


Text Example

White with #36E5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,229,206); }

 H1.HeaderClassName
 {
   color: #36E5CE;
 }
 .AnyTagClassName
 {
   color: #36E5CE;
 }
</style>

background-color css

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

 a { background-color: rgb(54,229,206); }

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

border-color css

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

 span { border-color: rgb(54,229,206); }

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