Html Css Color HEX #56D4FE Turquoise Blue

📋 copy color: '#56D4FE'

red 86 ◦ green 212 ◦ blue 254

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

Shades of Turquoise Blue #56D4FE

Tints of Turquoise Blue #56D4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.41%

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

R = 15.58%
G = 38.41%
B = 46.01%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#56D4FE (or 0x56D4FE) is known color: Turquoise Blue. HEX triplet: 56, D4 and FE. RGB value is (86,212,254). Sum of RGB (Red+Green+Blue) = 86+212+254=552 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.58% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #56D4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D4FE is #A92B01. Grayscale: #B2B2B2. Windows color (decimal): -11086594 or 16700502. OLE color: 16700502.

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

Color convert

RGB 86 212 254 -
CMYK 0.66 0.17 0 0.00
HSL 195º 0.99% 0.67% -
HSV(B) 195º 0.66% 1% -
XYZ 45.27 56.22 102.23 -
YUV 179.11 170.26 61.58 -
System Red Green Blue C M Y K H S L
Decimal 86 212 254 0.66 0.17 0 0.00 195 0.99 0.67
Hex 56 D4 FE 42 11 0 0 C3 63 43
Octal 126 324 376 102 21 0 0 303 143 103
Binary 1010110 11010100 11111110 1000010 10001 0 0 11000011 1100011 1000011

Color Harmonies of #56D4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56D4FE

Black with #56D4FE

Text Example


Text Example

White with #56D4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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