#56e4fe

Color #56E4FE Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #56E4FE

Tints of Turquoise Blue #56E4FE

Color information

#56E4FE (or 0x56E4FE) is unknown color: approx Turquoise Blue. HEX triplet: 56, E4 and FE. RGB value is (86,228,254). Sum of RGB (Red+Green+Blue) = 86+228+254=568 (75% of max value = 765). Red value is 86 (33.98% from 255 or 15.14% from 568); Green value is 228 (89.45% from 255 or 40.14% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #56E4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56E4FE is #A91B01. Grayscale: #BCBCBC. Windows color (decimal): -11082498 or 16704598. OLE color: 16704598.

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

Color convert

RGB86228254-
CMYK0.660.1000.00
HSL189.29º98.82%66.67%-
HSV(B)189.29º66.14%99.61%-
XYZ49.4764.62103.63-
YUV188.51164.9654.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.14%
GREEN value IS 228 (89.45% from 255) = 40.14%
BLUE value IS 254 (99.61% from 255) = 44.72%
R=15.14%
G=40.14%
B=44.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal862282540.660.1000.00189.2998.8266.67
Hex56E4FE42A00bd6343
Octal1263443761021200275143103
Binary1010110111001001111111010000101010001011110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56e4fe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56e4fe;
 }
 .AnyTagClassName
 {
   color: #56e4fe;
 }
</style>
background-color css

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

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

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

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

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

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