Html Css Color HEX #36EDD1 Turquoise

📋 copy color: '#36EDD1'

red 54 ◦ green 237 ◦ blue 209

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

Shades of Turquoise #36EDD1

Tints of Turquoise #36EDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 10.8%
G = 47.4%
B = 41.8%

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

#36EDD1 (or 0x36EDD1) is known color: Turquoise. HEX triplet: 36, ED and D1. RGB value is (54,237,209). Sum of RGB (Red+Green+Blue) = 54+237+209=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 237 (92.97% from 255 or 47.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EDD1 is #C9122E. Grayscale: #B3B3B3. Windows color (decimal): -13177391 or 13757750. OLE color: 13757750.

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

Color convert

RGB 54 237 209 -
CMYK 0.77 0 0.12 0.07
HSL 170.82º 0.84% 0.57% -
HSV(B) 170.82º 0.77% 0.93% -
XYZ 43.31 65.96 70.77 -
YUV 179.09 144.87 38.78 -
System Red Green Blue C M Y K H S L
Decimal 54 237 209 0.77 0 0.12 0.07 170.82 0.84 0.57
Hex 36 ED D1 4D 0 C 7 AB 54 39
Octal 66 355 321 115 0 14 7 253 124 71
Binary 110110 11101101 11010001 1001101 0 1100 111 10101011 1010100 111001

Color Harmonies of #36EDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDD1

Black with #36EDD1

Text Example


Text Example

White with #36EDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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