Html Css Color HEX #36DBEB Turquoise

📋 copy color: '#36DBEB'

red 54 ◦ green 219 ◦ blue 235

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

Shades of Turquoise #36DBEB

Tints of Turquoise #36DBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 10.63%
G = 43.11%
B = 46.26%

CMYK

 C value IS 0.77

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#36DBEB (or 0x36DBEB) is known color: Turquoise. HEX triplet: 36, DB and EB. RGB value is (54,219,235). Sum of RGB (Red+Green+Blue) = 54+219+235=508 (67% of max value = 765). Red value is 54 (21.48% from 255 or 10.63% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #36DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36DBEB is #C92414. Grayscale: #ABABAB. Windows color (decimal): -13181973 or 15457078. OLE color: 15457078.

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

Color convert

RGB 54 219 235 -
CMYK 0.77 0.07 0 0.08
HSL 185.3º 0.82% 0.57% -
HSV(B) 185.3º 0.77% 0.92% -
XYZ 41.85 57.45 87.48 -
YUV 171.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 54 219 235 0.77 0.07 0 0.08 185.3 0.82 0.57
Hex 36 DB EB 4D 7 0 8 B9 52 39
Octal 66 333 353 115 7 0 10 271 122 71
Binary 110110 11011011 11101011 1001101 111 0 1000 10111001 1010010 111001

Color Harmonies of #36DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DBEB

Black with #36DBEB

Text Example


Text Example

White with #36DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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