Html Css Color HEX #36D2EB Turquoise

📋 copy color: '#36D2EB'

red 54 ◦ green 210 ◦ blue 235

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

Shades of Turquoise #36D2EB

Tints of Turquoise #36D2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.08%

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 10.82%
G = 42.08%
B = 47.09%

CMYK

 C value IS 0.77

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#36D2EB (or 0x36D2EB) is known color: Turquoise. HEX triplet: 36, D2 and EB. RGB value is (54,210,235). Sum of RGB (Red+Green+Blue) = 54+210+235=499 (66% of max value = 765). Red value is 54 (21.48% from 255 or 10.82% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #36D2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36D2EB is #C92D14. Grayscale: #A5A5A5. Windows color (decimal): -13184277 or 15454774. OLE color: 15454774.

HSL color Cylindrical-coordinate representation of color #36D2EB: hue angle of 188.29º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36D2EB is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 54 210 235 -
CMYK 0.77 0.11 0 0.08
HSL 188.29º 0.82% 0.57% -
HSV(B) 188.29º 0.77% 0.92% -
XYZ 39.56 52.88 86.72 -
YUV 166.21 166.82 47.97 -
System Red Green Blue C M Y K H S L
Decimal 54 210 235 0.77 0.11 0 0.08 188.29 0.82 0.57
Hex 36 D2 EB 4D B 0 8 BC 52 39
Octal 66 322 353 115 13 0 10 274 122 71
Binary 110110 11010010 11101011 1001101 1011 0 1000 10111100 1010010 111001

Color Harmonies of #36D2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D2EB

Black with #36D2EB

Text Example


Text Example

White with #36D2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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