#56F3E4

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

Shades of Turquoise #56F3E4

Tints of Turquoise #56F3E4

Color information

#56F3E4 (or 0x56F3E4) is unknown color: approx Turquoise. HEX triplet: 56, F3 and E4. RGB value is (86,243,228). Sum of RGB (Red+Green+Blue) = 86+243+228=557 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.44% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #56F3E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F3E4 is #A90C1B. Grayscale: #C2C2C2. Windows color (decimal): -11078684 or 15004502. OLE color: 15004502.

HSL color Cylindrical-coordinate representation of color #56F3E4: hue angle of 174.27º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F3E4 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB86243228-
CMYK0.6500.060.05
HSL174.27º86.74%64.51%-
HSV(B)174.27º64.61%95.29%-
XYZ49.8971.6884.61-
YUV194.35146.9950.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.44%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=15.44%
G=43.63%
B=40.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862432280.6500.060.05174.2786.7464.51
Hex56F3E441065ae5741
Octal126363344101065256127101
Binary10101101111001111100100100000101101011010111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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