#56EEBB

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

Shades of Turquoise #56EEBB

Tints of Turquoise #56EEBB

Color information

#56EEBB (or 0x56EEBB) is unknown color: approx Turquoise. HEX triplet: 56, EE and BB. RGB value is (86,238,187). Sum of RGB (Red+Green+Blue) = 86+238+187=511 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.83% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #56EEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EEBB is #A91144. Grayscale: #BABABA. Windows color (decimal): -11080005 or 12316246. OLE color: 12316246.

HSL color Cylindrical-coordinate representation of color #56EEBB: hue angle of 159.87º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56EEBB is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB86238187-
CMYK0.6400.210.07
HSL159.87º81.72%63.53%-
HSV(B)159.87º63.87%93.33%-
XYZ43.3866.7257.6-
YUV186.74128.1456.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.83%
GREEN value IS 238 (93.36% from 255) = 46.58%
BLUE value IS 187 (73.44% from 255) = 36.59%
R=16.83%
G=46.58%
B=36.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862381870.6400.210.07159.8781.7263.53
Hex56EEBB400157a05240
Octal1263562731000257240122100
Binary1010110111011101011101110000000101011111010000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,238,187); }

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

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

 a { background-color: rgb(86,238,187); }

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

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

 span { border-color: rgb(86,238,187); }

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