Html Css Color HEX #36DEE0 Turquoise

📋 copy color: '#36DEE0'

red 54 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #36DEE0

Tints of Turquoise #36DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

 BLUE value IS 224 (87.89% from 255) = 44.8%

R = 10.8%
G = 44.4%
B = 44.8%

CMYK

 C value IS 0.76

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#36DEE0 (or 0x36DEE0) is known color: Turquoise. HEX triplet: 36, DE and E0. RGB value is (54,222,224). Sum of RGB (Red+Green+Blue) = 54+222+224=500 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #36DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEE0 is #C9211F. Grayscale: #ABABAB. Windows color (decimal): -13181216 or 14736950. OLE color: 14736950.

HSL color Cylindrical-coordinate representation of color #36DEE0: hue angle of 180.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36DEE0 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 222 224 -
CMYK 0.76 0.01 0 0.12
HSL 180.71º 0.73% 0.55% -
HSV(B) 180.71º 0.76% 0.88% -
XYZ 41.1 58.41 79.63 -
YUV 172 157.34 43.84 -
System Red Green Blue C M Y K H S L
Decimal 54 222 224 0.76 0.01 0 0.12 180.71 0.73 0.55
Hex 36 DE E0 4C 1 0 C B5 49 37
Octal 66 336 340 114 1 0 14 265 111 67
Binary 110110 11011110 11100000 1001100 1 0 1100 10110101 1001001 110111

Color Harmonies of #36DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DEE0

Black with #36DEE0

Text Example


Text Example

White with #36DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,222,224); }

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

background-color css

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

 a { background-color: rgb(54,222,224); }

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

border-color css

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

 span { border-color: rgb(54,222,224); }

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