#55EADB

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

Shades of Turquoise #55EADB

Tints of Turquoise #55EADB

Color information

#55EADB (or 0x55EADB) is unknown color: approx Turquoise. HEX triplet: 55, EA and DB. RGB value is (85,234,219). Sum of RGB (Red+Green+Blue) = 85+234+219=538 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.80% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #55EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55EADB is #AA1524. Grayscale: #BBBBBB. Windows color (decimal): -11146533 or 14412373. OLE color: 14412373.

HSL color Cylindrical-coordinate representation of color #55EADB: hue angle of 173.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EADB is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB85234219-
CMYK0.6400.060.08
HSL173.96º78.01%62.55%-
HSV(B)173.96º63.68%91.76%-
XYZ45.9665.8977.31-
YUV187.74145.6454.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.80%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=15.80%
G=43.49%
B=40.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal852342190.6400.060.08173.9678.0162.55
Hex55EADB40068ae4e3f
Octal125352333100061025611677
Binary10101011110101011011011100000001101000101011101001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55EADB; }

 p { color: rgb(85,234,219); }

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

<style>
 a { background-color: #55EADB; }

 a { background-color: rgb(85,234,219); }

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

<style>
 span { border-color: #55EADB; }

 span { border-color: rgb(85,234,219); }

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