Html Css Color HEX #36DEE1 Turquoise

📋 copy color: '#36DEE1'

red 54 ◦ green 222 ◦ blue 225

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

Shades of Turquoise #36DEE1

Tints of Turquoise #36DEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.91%

R = 10.78%
G = 44.31%
B = 44.91%

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

#36DEE1 (or 0x36DEE1) is known color: Turquoise. HEX triplet: 36, DE and E1. RGB value is (54,222,225). Sum of RGB (Red+Green+Blue) = 54+222+225=501 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.78% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #36DEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DEE1 is #C9211E. Grayscale: #ABABAB. Windows color (decimal): -13181215 or 14802486. OLE color: 14802486.

HSL color Cylindrical-coordinate representation of color #36DEE1: hue angle of 181.05º degrees, saturation: 0.74, 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 #36DEE1 is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 222 225 -
CMYK 0.76 0.01 0 0.12
HSL 181.05º 0.74% 0.55% -
HSV(B) 181.05º 0.76% 0.88% -
XYZ 41.23 58.46 80.35 -
YUV 172.11 157.84 43.76 -
System Red Green Blue C M Y K H S L
Decimal 54 222 225 0.76 0.01 0 0.12 181.05 0.74 0.55
Hex 36 DE E1 4C 1 0 C B5 4A 37
Octal 66 336 341 114 1 0 14 265 112 67
Binary 110110 11011110 11100001 1001100 1 0 1100 10110101 1001010 110111

Color Harmonies of #36DEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DEE1

Black with #36DEE1

Text Example


Text Example

White with #36DEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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