#55F1EB

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

Shades of Turquoise Blue #55F1EB

Tints of Turquoise Blue #55F1EB

Color information

#55F1EB (or 0x55F1EB) is unknown color: approx Turquoise Blue. HEX triplet: 55, F1 and EB. RGB value is (85,241,235). Sum of RGB (Red+Green+Blue) = 85+241+235=561 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.15% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F1EB is #AA0E14. Grayscale: #C1C1C1. Windows color (decimal): -11144725 or 15462741. OLE color: 15462741.

HSL color Cylindrical-coordinate representation of color #55F1EB: hue angle of 177.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F1EB is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB85241235-
CMYK0.6500.020.05
HSL177.69º84.78%63.92%-
HSV(B)177.69º64.73%94.51%-
XYZ50.270.8489.63-
YUV193.67151.3250.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.15%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 235 (92.19% from 255) = 41.89%
R=15.15%
G=42.96%
B=41.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852412350.6500.020.05177.6984.7863.92
Hex55F1EB41025b25540
Octal125361353101025262125100
Binary1010101111100011110101110000010101011011001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,241,235); }

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

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

 a { background-color: rgb(85,241,235); }

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

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

 span { border-color: rgb(85,241,235); }

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