#55FCB8

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

Shades of Turquoise #55FCB8

Tints of Turquoise #55FCB8

Color information

#55FCB8 (or 0x55FCB8) is unknown color: approx Turquoise. HEX triplet: 55, FC and B8. RGB value is (85,252,184). Sum of RGB (Red+Green+Blue) = 85+252+184=521 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.31% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FCB8 is #AA0347. Grayscale: #C2C2C2. Windows color (decimal): -11141960 or 12123221. OLE color: 12123221.

HSL color Cylindrical-coordinate representation of color #55FCB8: hue angle of 155.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FCB8 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB85252184-
CMYK0.6600.270.01
HSL155.57º96.53%66.08%-
HSV(B)155.57º66.27%98.82%-
XYZ47.2175.0157.34-
YUV194.31122.1750.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.31%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 184 (72.27% from 255) = 35.32%
R=16.31%
G=48.37%
B=35.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal852521840.6600.270.01155.5796.5366.08
Hex55FCB84201B19c6142
Octal1253742701020331234141102
Binary10101011111110010111000100001001101111001110011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,252,184); }

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

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

 a { background-color: rgb(85,252,184); }

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

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

 span { border-color: rgb(85,252,184); }

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