Html Css Color HEX #56DBEB Turquoise Blue

📋 copy color: '#56DBEB'

red 86 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #56DBEB

Tints of Turquoise Blue #56DBEB

RGB

 RED value IS 86 (33.98% from 255) = 15.93%

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

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

R = 15.93%
G = 40.56%
B = 43.52%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56DBEB (or 0x56DBEB) is known color: Turquoise Blue. HEX triplet: 56, DB and EB. RGB value is (86,219,235). Sum of RGB (Red+Green+Blue) = 86+219+235=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #56DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBEB is #A92414. Grayscale: #B4B4B4. Windows color (decimal): -11084821 or 15457110. OLE color: 15457110.

HSL color Cylindrical-coordinate representation of color #56DBEB: hue angle of 186.44º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56DBEB is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 219 235 -
CMYK 0.63 0.07 0 0.08
HSL 186.44º 0.79% 0.63% -
HSV(B) 186.44º 0.63% 0.92% -
XYZ 44.16 58.64 87.59 -
YUV 181.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 86 219 235 0.63 0.07 0 0.08 186.44 0.79 0.63
Hex 56 DB EB 3F 7 0 8 BA 4F 3F
Octal 126 333 353 77 7 0 10 272 117 77
Binary 1010110 11011011 11101011 111111 111 0 1000 10111010 1001111 111111

Color Harmonies of #56DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DBEB

Black with #56DBEB

Text Example


Text Example

White with #56DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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