Html Css Color HEX #36ECDC Turquoise

📋 copy color: '#36ECDC'

red 54 ◦ green 236 ◦ blue 220

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

Shades of Turquoise #36ECDC

Tints of Turquoise #36ECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 10.59%
G = 46.27%
B = 43.14%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#36ECDC (or 0x36ECDC) is known color: Turquoise. HEX triplet: 36, EC and DC. RGB value is (54,236,220). Sum of RGB (Red+Green+Blue) = 54+236+220=510 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.59% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECDC is #C91323. Grayscale: #B3B3B3. Windows color (decimal): -13177636 or 14478390. OLE color: 14478390.

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

Color convert

RGB 54 236 220 -
CMYK 0.77 0 0.07 0.07
HSL 174.73º 0.83% 0.57% -
HSV(B) 174.73º 0.77% 0.93% -
XYZ 44.44 65.94 78.1 -
YUV 179.76 150.7 38.3 -
System Red Green Blue C M Y K H S L
Decimal 54 236 220 0.77 0 0.07 0.07 174.73 0.83 0.57
Hex 36 EC DC 4D 0 7 7 AF 53 39
Octal 66 354 334 115 0 7 7 257 123 71
Binary 110110 11101100 11011100 1001101 0 111 111 10101111 1010011 111001

Color Harmonies of #36ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECDC

Black with #36ECDC

Text Example


Text Example

White with #36ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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