Html Css Color HEX #36EED2 Turquoise

📋 copy color: '#36EED2'

red 54 ◦ green 238 ◦ blue 210

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

Shades of Turquoise #36EED2

Tints of Turquoise #36EED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.83%

R = 10.76%
G = 47.41%
B = 41.83%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#36EED2 (or 0x36EED2) is known color: Turquoise. HEX triplet: 36, EE and D2. RGB value is (54,238,210). Sum of RGB (Red+Green+Blue) = 54+238+210=502 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.76% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #36EED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EED2 is #C9112D. Grayscale: #B3B3B3. Windows color (decimal): -13177134 or 13823542. OLE color: 13823542.

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

Color convert

RGB 54 238 210 -
CMYK 0.77 0 0.12 0.07
HSL 170.87º 0.84% 0.57% -
HSV(B) 170.87º 0.77% 0.93% -
XYZ 43.73 66.59 71.52 -
YUV 179.79 145.04 38.28 -
System Red Green Blue C M Y K H S L
Decimal 54 238 210 0.77 0 0.12 0.07 170.87 0.84 0.57
Hex 36 EE D2 4D 0 C 7 AB 54 39
Octal 66 356 322 115 0 14 7 253 124 71
Binary 110110 11101110 11010010 1001101 0 1100 111 10101011 1010100 111001

Color Harmonies of #36EED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EED2

Black with #36EED2

Text Example


Text Example

White with #36EED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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