Html Css Color HEX #36ECD9 Turquoise

📋 copy color: '#36ECD9'

red 54 ◦ green 236 ◦ blue 217

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

Shades of Turquoise #36ECD9

Tints of Turquoise #36ECD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.8%

R = 10.65%
G = 46.55%
B = 42.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#36ECD9 (or 0x36ECD9) is known color: Turquoise. HEX triplet: 36, EC and D9. RGB value is (54,236,217). Sum of RGB (Red+Green+Blue) = 54+236+217=507 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.65% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #36ECD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36ECD9 is #C91326. Grayscale: #B3B3B3. Windows color (decimal): -13177639 or 14281782. OLE color: 14281782.

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

Color convert

RGB 54 236 217 -
CMYK 0.77 0 0.08 0.07
HSL 173.74º 0.83% 0.57% -
HSV(B) 173.74º 0.77% 0.93% -
XYZ 44.04 65.78 76.02 -
YUV 179.42 149.2 38.54 -
System Red Green Blue C M Y K H S L
Decimal 54 236 217 0.77 0 0.08 0.07 173.74 0.83 0.57
Hex 36 EC D9 4D 0 8 7 AE 53 39
Octal 66 354 331 115 0 10 7 256 123 71
Binary 110110 11101100 11011001 1001101 0 1000 111 10101110 1010011 111001

Color Harmonies of #36ECD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ECD9

Black with #36ECD9

Text Example


Text Example

White with #36ECD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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