Html Css Color HEX #56D5FE Turquoise Blue

📋 copy color: '#56D5FE'

red 86 ◦ green 213 ◦ blue 254

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

Shades of Turquoise Blue #56D5FE

Tints of Turquoise Blue #56D5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.52%

 BLUE value IS 254 (99.61% from 255) = 45.93%

R = 15.55%
G = 38.52%
B = 45.93%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56D5FE (or 0x56D5FE) is known color: Turquoise Blue. HEX triplet: 56, D5 and FE. RGB value is (86,213,254). Sum of RGB (Red+Green+Blue) = 86+213+254=553 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.55% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #56D5FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D5FE is #A92A01. Grayscale: #B3B3B3. Windows color (decimal): -11086338 or 16700758. OLE color: 16700758.

HSL color Cylindrical-coordinate representation of color #56D5FE: hue angle of 194.64º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56D5FE is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 86 213 254 -
CMYK 0.66 0.16 0 0.00
HSL 194.64º 0.99% 0.67% -
HSV(B) 194.64º 0.66% 1% -
XYZ 45.52 56.72 102.32 -
YUV 179.7 169.92 61.17 -
System Red Green Blue C M Y K H S L
Decimal 86 213 254 0.66 0.16 0 0.00 194.64 0.99 0.67
Hex 56 D5 FE 42 10 0 0 C3 63 43
Octal 126 325 376 102 20 0 0 303 143 103
Binary 1010110 11010101 11111110 1000010 10000 0 0 11000011 1100011 1000011

Color Harmonies of #56D5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D5FE

Black with #56D5FE

Text Example


Text Example

White with #56D5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,213,254); }

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

background-color css

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

 a { background-color: rgb(86,213,254); }

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

border-color css

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

 span { border-color: rgb(86,213,254); }

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