Html Css Color HEX #56DBEA Turquoise Blue

📋 copy color: '#56DBEA'

red 86 ◦ green 219 ◦ blue 234

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

Shades of Turquoise Blue #56DBEA

Tints of Turquoise Blue #56DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.41%

R = 15.96%
G = 40.63%
B = 43.41%

CMYK

 C value IS 0.63

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#56DBEA (or 0x56DBEA) is known color: Turquoise Blue. HEX triplet: 56, DB and EA. RGB value is (86,219,234). Sum of RGB (Red+Green+Blue) = 86+219+234=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #56DBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DBEA is #A92415. Grayscale: #B4B4B4. Windows color (decimal): -11084822 or 15391574. OLE color: 15391574.

HSL color Cylindrical-coordinate representation of color #56DBEA: hue angle of 186.08º degrees, saturation: 0.78, 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 #56DBEA is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 219 234 -
CMYK 0.63 0.06 0 0.08
HSL 186.08º 0.78% 0.63% -
HSV(B) 186.08º 0.63% 0.92% -
XYZ 44.02 58.58 86.83 -
YUV 180.94 157.94 60.28 -
System Red Green Blue C M Y K H S L
Decimal 86 219 234 0.63 0.06 0 0.08 186.08 0.78 0.63
Hex 56 DB EA 3F 6 0 8 BA 4E 3F
Octal 126 333 352 77 6 0 10 272 116 77
Binary 1010110 11011011 11101010 111111 110 0 1000 10111010 1001110 111111

Color Harmonies of #56DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DBEA

Black with #56DBEA

Text Example


Text Example

White with #56DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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