Html Css Color HEX #56DBE8 Turquoise Blue

📋 copy color: '#56DBE8'

red 86 ◦ green 219 ◦ blue 232

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

Shades of Turquoise Blue #56DBE8

Tints of Turquoise Blue #56DBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.2%

R = 16.01%
G = 40.78%
B = 43.2%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#56DBE8 (or 0x56DBE8) is known color: Turquoise Blue. HEX triplet: 56, DB and E8. RGB value is (86,219,232). Sum of RGB (Red+Green+Blue) = 86+219+232=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #56DBE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBE8 is #A92417. Grayscale: #B4B4B4. Windows color (decimal): -11084824 or 15260502. OLE color: 15260502.

HSL color Cylindrical-coordinate representation of color #56DBE8: hue angle of 185.34º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56DBE8 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 86 219 232 -
CMYK 0.63 0.06 0 0.09
HSL 185.34º 0.76% 0.62% -
HSV(B) 185.34º 0.63% 0.91% -
XYZ 43.73 58.47 85.32 -
YUV 180.72 156.94 60.44 -
System Red Green Blue C M Y K H S L
Decimal 86 219 232 0.63 0.06 0 0.09 185.34 0.76 0.62
Hex 56 DB E8 3F 6 0 9 B9 4C 3E
Octal 126 333 350 77 6 0 11 271 114 76
Binary 1010110 11011011 11101000 111111 110 0 1001 10111001 1001100 111110

Color Harmonies of #56DBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DBE8

Black with #56DBE8

Text Example


Text Example

White with #56DBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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