#55FEBB

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

Shades of Turquoise #55FEBB

Tints of Turquoise #55FEBB

Color information

#55FEBB (or 0x55FEBB) is unknown color: approx Turquoise. HEX triplet: 55, FE and BB. RGB value is (85,254,187). Sum of RGB (Red+Green+Blue) = 85+254+187=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55FEBB is #AA0144. Grayscale: #C3C3C3. Windows color (decimal): -11141445 or 12320341. OLE color: 12320341.

HSL color Cylindrical-coordinate representation of color #55FEBB: hue angle of 156.21º 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 #55FEBB is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.

Color convert

RGB85254187-
CMYK0.6700.260.00
HSL156.21º98.83%66.47%-
HSV(B)156.21º66.54%99.61%-
XYZ48.1676.459.22-
YUV195.83123.0148.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.16%
GREEN value IS 254 (99.61% from 255) = 48.29%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=16.16%
G=48.29%
B=35.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal852541870.6700.260.00156.2198.8366.47
Hex55FEBB4301A09c6342
Octal1253762731030320234143102
Binary10101011111111010111011100001101101001001110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55FEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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