#55F9D7

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

Shades of Turquoise #55F9D7

Tints of Turquoise #55F9D7

Color information

#55F9D7 (or 0x55F9D7) is unknown color: approx Turquoise. HEX triplet: 55, F9 and D7. RGB value is (85,249,215). Sum of RGB (Red+Green+Blue) = 85+249+215=549 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.48% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 215 (84.38% from 255 or 39.16% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #55F9D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F9D7 is #AA0628. Grayscale: #C4C4C4. Windows color (decimal): -11142697 or 14154069. OLE color: 14154069.

HSL color Cylindrical-coordinate representation of color #55F9D7: hue angle of 167.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F9D7 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB85249215-
CMYK0.6600.140.02
HSL167.56º93.18%65.49%-
HSV(B)167.56º65.86%97.65%-
XYZ49.8974.5976.06-
YUV196.09138.6748.76-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.48%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 215 (84.38% from 255) = 39.16%
R=15.48%
G=45.36%
B=39.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal852492150.6600.140.02167.5693.1865.49
Hex55F9D7420E2a85d41
Octal1253713271020162250135101
Binary10101011111100111010111100001001110101010100010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,249,215); }

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

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

 a { background-color: rgb(85,249,215); }

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

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

 span { border-color: rgb(85,249,215); }

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