#55FED9

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

Shades of Turquoise #55FED9

Tints of Turquoise #55FED9

Color information

#55FED9 (or 0x55FED9) is unknown color: approx Turquoise. HEX triplet: 55, FE and D9. RGB value is (85,254,217). Sum of RGB (Red+Green+Blue) = 85+254+217=556 (73% of max value = 765). Red value is 85 (33.59% from 255 or 15.29% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 254 - color contains mainly: green. Hex color #55FED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FED9 is #AA0126. Grayscale: #C7C7C7. Windows color (decimal): -11141415 or 14286421. OLE color: 14286421.

HSL color Cylindrical-coordinate representation of color #55FED9: hue angle of 166.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FED9 is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB85254217-
CMYK0.6700.150.00
HSL166.86º98.83%66.47%-
HSV(B)166.86º66.54%99.61%-
XYZ51.7177.8277.94-
YUV199.25138.0146.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.29%
GREEN value IS 254 (99.61% from 255) = 45.68%
BLUE value IS 217 (85.16% from 255) = 39.03%
R=15.29%
G=45.68%
B=39.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852542170.6700.150.00166.8698.8366.47
Hex55FED9430F0a76342
Octal1253763311030170247143102
Binary1010101111111101101100110000110111101010011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,254,217); }

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

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

 a { background-color: rgb(85,254,217); }

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

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

 span { border-color: rgb(85,254,217); }

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