Html Css Color HEX #56DCFC Turquoise Blue

📋 copy color: '#56DCFC'

red 86 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #56DCFC

Tints of Turquoise Blue #56DCFC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 15.41%
G = 39.43%
B = 45.16%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#56DCFC (or 0x56DCFC) is known color: Turquoise Blue. HEX triplet: 56, DC and FC. RGB value is (86,220,252). Sum of RGB (Red+Green+Blue) = 86+220+252=558 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.41% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #56DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCFC is #A92303. Grayscale: #B7B7B7. Windows color (decimal): -11084548 or 16571478. OLE color: 16571478.

HSL color Cylindrical-coordinate representation of color #56DCFC: hue angle of 191.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DCFC is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 86 220 252 -
CMYK 0.66 0.13 0 0.01
HSL 191.57º 0.97% 0.66% -
HSV(B) 191.57º 0.66% 0.99% -
XYZ 47 60.19 101.24 -
YUV 183.58 166.61 58.4 -
System Red Green Blue C M Y K H S L
Decimal 86 220 252 0.66 0.13 0 0.01 191.57 0.97 0.66
Hex 56 DC FC 42 D 0 1 C0 61 42
Octal 126 334 374 102 15 0 1 300 141 102
Binary 1010110 11011100 11111100 1000010 1101 0 1 11000000 1100001 1000010

Color Harmonies of #56DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56DCFC

Black with #56DCFC

Text Example


Text Example

White with #56DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,220,252); }

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

background-color css

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

 a { background-color: rgb(86,220,252); }

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

border-color css

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

 span { border-color: rgb(86,220,252); }

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