Html Css Color HEX #56D0FC Turquoise Blue

📋 copy color: '#56D0FC'

red 86 ◦ green 208 ◦ blue 252

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

Shades of Turquoise Blue #56D0FC

Tints of Turquoise Blue #56D0FC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

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

R = 15.75%
G = 38.1%
B = 46.15%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#56D0FC (or 0x56D0FC) is known color: Turquoise Blue. HEX triplet: 56, D0 and FC. RGB value is (86,208,252). Sum of RGB (Red+Green+Blue) = 86+208+252=546 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.75% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #56D0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D0FC is #A92F03. Grayscale: #B0B0B0. Windows color (decimal): -11087620 or 16568406. OLE color: 16568406.

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

Color convert

RGB 86 208 252 -
CMYK 0.66 0.17 0 0.01
HSL 195.9º 0.97% 0.66% -
HSV(B) 195.9º 0.66% 0.99% -
XYZ 43.96 54.12 100.22 -
YUV 176.54 170.58 63.42 -
System Red Green Blue C M Y K H S L
Decimal 86 208 252 0.66 0.17 0 0.01 195.9 0.97 0.66
Hex 56 D0 FC 42 11 0 1 C4 61 42
Octal 126 320 374 102 21 0 1 304 141 102
Binary 1010110 11010000 11111100 1000010 10001 0 1 11000100 1100001 1000010

Color Harmonies of #56D0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D0FC

Black with #56D0FC

Text Example


Text Example

White with #56D0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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