Html Css Color HEX #36EED6 Turquoise

📋 copy color: '#36EED6'

red 54 ◦ green 238 ◦ blue 214

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

Shades of Turquoise #36EED6

Tints of Turquoise #36EED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 10.67%
G = 47.04%
B = 42.29%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#36EED6 (or 0x36EED6) is known color: Turquoise. HEX triplet: 36, EE and D6. RGB value is (54,238,214). Sum of RGB (Red+Green+Blue) = 54+238+214=506 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.67% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #36EED6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EED6 is #C91129. Grayscale: #B4B4B4. Windows color (decimal): -13177130 or 14085686. OLE color: 14085686.

HSL color Cylindrical-coordinate representation of color #36EED6: hue angle of 172.17º 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 #36EED6 is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 238 214 -
CMYK 0.77 0 0.10 0.07
HSL 172.17º 0.84% 0.57% -
HSV(B) 172.17º 0.77% 0.93% -
XYZ 44.23 66.79 74.18 -
YUV 180.25 147.04 37.95 -
System Red Green Blue C M Y K H S L
Decimal 54 238 214 0.77 0 0.10 0.07 172.17 0.84 0.57
Hex 36 EE D6 4D 0 A 7 AC 54 39
Octal 66 356 326 115 0 12 7 254 124 71
Binary 110110 11101110 11010110 1001101 0 1010 111 10101100 1010100 111001

Color Harmonies of #36EED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EED6

Black with #36EED6

Text Example


Text Example

White with #36EED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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