Html Css Color HEX #36EED9 Turquoise

📋 copy color: '#36EED9'

red 54 ◦ green 238 ◦ blue 217

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

Shades of Turquoise #36EED9

Tints of Turquoise #36EED9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 46.76%

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

R = 10.61%
G = 46.76%
B = 42.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#36EED9 (or 0x36EED9) is known color: Turquoise. HEX triplet: 36, EE and D9. RGB value is (54,238,217). Sum of RGB (Red+Green+Blue) = 54+238+217=509 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.61% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #36EED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EED9 is #C91126. Grayscale: #B4B4B4. Windows color (decimal): -13177127 or 14282294. OLE color: 14282294.

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

Color convert

RGB 54 238 217 -
CMYK 0.77 0 0.09 0.07
HSL 173.15º 0.84% 0.57% -
HSV(B) 173.15º 0.77% 0.93% -
XYZ 44.62 66.94 76.22 -
YUV 180.59 148.54 37.71 -
System Red Green Blue C M Y K H S L
Decimal 54 238 217 0.77 0 0.09 0.07 173.15 0.84 0.57
Hex 36 EE D9 4D 0 9 7 AD 54 39
Octal 66 356 331 115 0 11 7 255 124 71
Binary 110110 11101110 11011001 1001101 0 1001 111 10101101 1010100 111001

Color Harmonies of #36EED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EED9

Black with #36EED9

Text Example


Text Example

White with #36EED9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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