Html Css Color HEX #36ECCC Turquoise

📋 copy color: '#36ECCC'

red 54 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #36ECCC

Tints of Turquoise #36ECCC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.77%

 BLUE value IS 204 (80.08% from 255) = 41.3%

R = 10.93%
G = 47.77%
B = 41.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#36ECCC (or 0x36ECCC) is known color: Turquoise. HEX triplet: 36, EC and CC. RGB value is (54,236,204). Sum of RGB (Red+Green+Blue) = 54+236+204=494 (65% of max value = 765). Red value is 54 (21.48% from 255 or 10.93% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECCC is #C91333. Grayscale: #B1B1B1. Windows color (decimal): -13177652 or 13429814. OLE color: 13429814.

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

Color convert

RGB 54 236 204 -
CMYK 0.77 0 0.14 0.07
HSL 169.45º 0.83% 0.57% -
HSV(B) 169.45º 0.77% 0.93% -
XYZ 42.42 65.13 67.46 -
YUV 177.93 142.7 39.6 -
System Red Green Blue C M Y K H S L
Decimal 54 236 204 0.77 0 0.14 0.07 169.45 0.83 0.57
Hex 36 EC CC 4D 0 E 7 A9 53 39
Octal 66 354 314 115 0 16 7 251 123 71
Binary 110110 11101100 11001100 1001101 0 1110 111 10101001 1010011 111001

Color Harmonies of #36ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECCC

Black with #36ECCC

Text Example


Text Example

White with #36ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,236,204); }

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

background-color css

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

 a { background-color: rgb(54,236,204); }

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

border-color css

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

 span { border-color: rgb(54,236,204); }

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