Html Css Color HEX #56D1F9 Turquoise Blue

📋 copy color: '#56D1F9'

red 86 ◦ green 209 ◦ blue 249

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

Shades of Turquoise Blue #56D1F9

Tints of Turquoise Blue #56D1F9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.42%

 BLUE value IS 249 (97.66% from 255) = 45.77%

R = 15.81%
G = 38.42%
B = 45.77%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#56D1F9 (or 0x56D1F9) is known color: Turquoise Blue. HEX triplet: 56, D1 and F9. RGB value is (86,209,249). Sum of RGB (Red+Green+Blue) = 86+209+249=544 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.81% from 544); Green value is 209 (82.03% from 255 or 38.42% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #56D1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D1F9 is #A92E06. Grayscale: #B0B0B0. Windows color (decimal): -11087367 or 16372054. OLE color: 16372054.

HSL color Cylindrical-coordinate representation of color #56D1F9: hue angle of 194.72º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56D1F9 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 209 249 -
CMYK 0.65 0.16 0 0.02
HSL 194.72º 0.93% 0.66% -
HSV(B) 194.72º 0.65% 0.98% -
XYZ 43.74 54.42 97.82 -
YUV 176.78 168.75 63.25 -
System Red Green Blue C M Y K H S L
Decimal 86 209 249 0.65 0.16 0 0.02 194.72 0.93 0.66
Hex 56 D1 F9 41 10 0 2 C3 5D 42
Octal 126 321 371 101 20 0 2 303 135 102
Binary 1010110 11010001 11111001 1000001 10000 0 10 11000011 1011101 1000010

Color Harmonies of #56D1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D1F9

Black with #56D1F9

Text Example


Text Example

White with #56D1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,209,249); }

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

background-color css

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

 a { background-color: rgb(86,209,249); }

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

border-color css

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

 span { border-color: rgb(86,209,249); }

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