Html Css Color HEX #56DAFF Turquoise Blue

📋 copy color: '#56DAFF'

red 86 ◦ green 218 ◦ blue 255

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

Shades of Turquoise Blue #56DAFF

Tints of Turquoise Blue #56DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

 BLUE value IS 255 (100% from 255) = 45.62%

R = 15.38%
G = 39%
B = 45.62%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56DAFF (or 0x56DAFF) is known color: Turquoise Blue. HEX triplet: 56, DA and FF. RGB value is (86,218,255). Sum of RGB (Red+Green+Blue) = 86+218+255=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #56DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAFF is #A92500. Grayscale: #B6B6B6. Windows color (decimal): -11085057 or 16767574. OLE color: 16767574.

HSL color Cylindrical-coordinate representation of color #56DAFF: hue angle of 193.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DAFF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 218 255 -
CMYK 0.66 0.15 0 0
HSL 193.14º 1% 0.67% -
HSV(B) 193.14º 0.66% 1% -
XYZ 46.96 59.34 103.59 -
YUV 182.75 168.77 58.99 -
System Red Green Blue C M Y K H S L
Decimal 86 218 255 0.66 0.15 0 0 193.14 1 0.67
Hex 56 DA FF 42 F 0 0 C1 64 43
Octal 126 332 377 102 17 0 0 301 144 103
Binary 1010110 11011010 11111111 1000010 1111 0 0 11000001 1100100 1000011

Color Harmonies of #56DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DAFF

Black with #56DAFF

Text Example


Text Example

White with #56DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,218,255); }

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

background-color css

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

 a { background-color: rgb(86,218,255); }

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

border-color css

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

 span { border-color: rgb(86,218,255); }

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