Html Css Color HEX #36DEC0 Turquoise

📋 copy color: '#36DEC0'

red 54 ◦ green 222 ◦ blue 192

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

Shades of Turquoise #36DEC0

Tints of Turquoise #36DEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.44%

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 11.54%
G = 47.44%
B = 41.03%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#36DEC0 (or 0x36DEC0) is known color: Turquoise. HEX triplet: 36, DE and C0. RGB value is (54,222,192). Sum of RGB (Red+Green+Blue) = 54+222+192=468 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.54% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #36DEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEC0 is #C9213F. Grayscale: #A8A8A8. Windows color (decimal): -13181248 or 12639798. OLE color: 12639798.

HSL color Cylindrical-coordinate representation of color #36DEC0: hue angle of 169.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DEC0 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 222 192 -
CMYK 0.76 0 0.14 0.13
HSL 169.29º 0.72% 0.54% -
HSV(B) 169.29º 0.76% 0.87% -
XYZ 37.16 56.83 58.88 -
YUV 168.35 141.34 46.44 -
System Red Green Blue C M Y K H S L
Decimal 54 222 192 0.76 0 0.14 0.13 169.29 0.72 0.54
Hex 36 DE C0 4C 0 E D A9 48 36
Octal 66 336 300 114 0 16 15 251 110 66
Binary 110110 11011110 11000000 1001100 0 1110 1101 10101001 1001000 110110

Color Harmonies of #36DEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DEC0

Black with #36DEC0

Text Example


Text Example

White with #36DEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,222,192); }

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

background-color css

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

 a { background-color: rgb(54,222,192); }

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

border-color css

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

 span { border-color: rgb(54,222,192); }

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