Html Css Color HEX #56D6FF Turquoise Blue

📋 copy color: '#56D6FF'

red 86 ◦ green 214 ◦ blue 255

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

Shades of Turquoise Blue #56D6FF

Tints of Turquoise Blue #56D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.56%

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

R = 15.5%
G = 38.56%
B = 45.95%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#56D6FF (or 0x56D6FF) is known color: Turquoise Blue. HEX triplet: 56, D6 and FF. RGB value is (86,214,255). Sum of RGB (Red+Green+Blue) = 86+214+255=555 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.50% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #56D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D6FF is #A92900. Grayscale: #B4B4B4. Windows color (decimal): -11086081 or 16766550. OLE color: 16766550.

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

Color convert

RGB 86 214 255 -
CMYK 0.66 0.16 0 0
HSL 194.56º 1% 0.67% -
HSV(B) 194.56º 0.66% 1% -
XYZ 45.93 57.29 103.25 -
YUV 180.4 170.09 60.67 -
System Red Green Blue C M Y K H S L
Decimal 86 214 255 0.66 0.16 0 0 194.56 1 0.67
Hex 56 D6 FF 42 10 0 0 C3 64 43
Octal 126 326 377 102 20 0 0 303 144 103
Binary 1010110 11010110 11111111 1000010 10000 0 0 11000011 1100100 1000011

Color Harmonies of #56D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D6FF

Black with #56D6FF

Text Example


Text Example

White with #56D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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