Html Css Color HEX #36EECE Turquoise

📋 copy color: '#36EECE'

red 54 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #36EECE

Tints of Turquoise #36EECE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.79%

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

R = 10.84%
G = 47.79%
B = 41.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#36EECE (or 0x36EECE) is known color: Turquoise. HEX triplet: 36, EE and CE. RGB value is (54,238,206). Sum of RGB (Red+Green+Blue) = 54+238+206=498 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.84% from 498); Green value is 238 (93.36% from 255 or 47.79% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 238 - color contains mainly: green. Hex color #36EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EECE is #C91131. Grayscale: #B3B3B3. Windows color (decimal): -13177138 or 13561398. OLE color: 13561398.

HSL color Cylindrical-coordinate representation of color #36EECE: hue angle of 169.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EECE is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 238 206 -
CMYK 0.77 0 0.13 0.07
HSL 169.57º 0.84% 0.57% -
HSV(B) 169.57º 0.77% 0.93% -
XYZ 43.24 66.39 68.93 -
YUV 179.34 143.04 38.6 -
System Red Green Blue C M Y K H S L
Decimal 54 238 206 0.77 0 0.13 0.07 169.57 0.84 0.57
Hex 36 EE CE 4D 0 D 7 AA 54 39
Octal 66 356 316 115 0 15 7 252 124 71
Binary 110110 11101110 11001110 1001101 0 1101 111 10101010 1010100 111001

Color Harmonies of #36EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EECE

Black with #36EECE

Text Example


Text Example

White with #36EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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