Html Css Color HEX #36EDD9 Turquoise

📋 copy color: '#36EDD9'

red 54 ◦ green 237 ◦ blue 217

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

Shades of Turquoise #36EDD9

Tints of Turquoise #36EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.65%

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

R = 10.63%
G = 46.65%
B = 42.72%

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

#36EDD9 (or 0x36EDD9) is known color: Turquoise. HEX triplet: 36, ED and D9. RGB value is (54,237,217). Sum of RGB (Red+Green+Blue) = 54+237+217=508 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.63% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EDD9 is #C91226. Grayscale: #B3B3B3. Windows color (decimal): -13177383 or 14282038. OLE color: 14282038.

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

Color convert

RGB 54 237 217 -
CMYK 0.77 0 0.08 0.07
HSL 173.44º 0.84% 0.57% -
HSV(B) 173.44º 0.77% 0.93% -
XYZ 44.33 66.36 76.12 -
YUV 180 148.87 38.13 -
System Red Green Blue C M Y K H S L
Decimal 54 237 217 0.77 0 0.08 0.07 173.44 0.84 0.57
Hex 36 ED D9 4D 0 8 7 AD 54 39
Octal 66 355 331 115 0 10 7 255 124 71
Binary 110110 11101101 11011001 1001101 0 1000 111 10101101 1010100 111001

Color Harmonies of #36EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDD9

Black with #36EDD9

Text Example


Text Example

White with #36EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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