#55f5bb

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

Shades of Turquoise #55F5BB

Tints of Turquoise #55F5BB

Color information

#55F5BB (or 0x55F5BB) is unknown color: approx Turquoise. HEX triplet: 55, F5 and BB. RGB value is (85,245,187). Sum of RGB (Red+Green+Blue) = 85+245+187=517 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.44% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #55F5BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F5BB is #AA0A44. Grayscale: #BEBEBE. Windows color (decimal): -11143749 or 12318037. OLE color: 12318037.

HSL color Cylindrical-coordinate representation of color #55F5BB: hue angle of 158.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F5BB is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB85245187-
CMYK0.6500.240.04
HSL158.25º88.89%64.71%-
HSV(B)158.25º65.31%96.08%-
XYZ45.3770.8258.29-
YUV190.55125.9952.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.44%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=16.44%
G=47.39%
B=36.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal852451870.6500.240.04158.2588.8964.71
Hex55F5BB4101849e5941
Octal1253652731010304236131101
Binary1010101111101011011101110000010110001001001111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55f5bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,245,187); }

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

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

 a { background-color: rgb(85,245,187); }

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

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

 span { border-color: rgb(85,245,187); }

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