Html Css Color HEX #56D8FF Turquoise Blue

📋 copy color: '#56D8FF'

red 86 ◦ green 216 ◦ blue 255

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

Shades of Turquoise Blue #56D8FF

Tints of Turquoise Blue #56D8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 15.44%
G = 38.78%
B = 45.78%

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

#56D8FF (or 0x56D8FF) is known color: Turquoise Blue. HEX triplet: 56, D8 and FF. RGB value is (86,216,255). Sum of RGB (Red+Green+Blue) = 86+216+255=557 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.44% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #56D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D8FF is #A92700. Grayscale: #B5B5B5. Windows color (decimal): -11085569 or 16767062. OLE color: 16767062.

HSL color Cylindrical-coordinate representation of color #56D8FF: hue angle of 193.85º 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 #56D8FF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 216 255 -
CMYK 0.66 0.15 0 0
HSL 193.85º 1% 0.67% -
HSV(B) 193.85º 0.66% 1% -
XYZ 46.44 58.31 103.41 -
YUV 181.58 169.43 59.83 -
System Red Green Blue C M Y K H S L
Decimal 86 216 255 0.66 0.15 0 0 193.85 1 0.67
Hex 56 D8 FF 42 F 0 0 C2 64 43
Octal 126 330 377 102 17 0 0 302 144 103
Binary 1010110 11011000 11111111 1000010 1111 0 0 11000010 1100100 1000011

Color Harmonies of #56D8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D8FF

Black with #56D8FF

Text Example


Text Example

White with #56D8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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