#55F1E0

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

Shades of Turquoise #55F1E0

Tints of Turquoise #55F1E0

Color information

#55F1E0 (or 0x55F1E0) is unknown color: approx Turquoise. HEX triplet: 55, F1 and E0. RGB value is (85,241,224). Sum of RGB (Red+Green+Blue) = 85+241+224=550 (72% of max value = 765). Red value is 85 (33.59% from 255 or 15.45% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1E0 is #AA0E1F. Grayscale: #C0C0C0. Windows color (decimal): -11144736 or 14741845. OLE color: 14741845.

HSL color Cylindrical-coordinate representation of color #55F1E0: hue angle of 173.46º 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 #55F1E0 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB85241224-
CMYK0.6500.070.05
HSL173.46º84.78%63.92%-
HSV(B)173.46º64.73%94.51%-
XYZ48.6670.2281.51-
YUV192.42145.8251.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.45%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 224 (87.89% from 255) = 40.73%
R=15.45%
G=43.82%
B=40.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852412240.6500.070.05173.4684.7863.92
Hex55F1E041075ad5540
Octal125361340101075255125100
Binary10101011111000111100000100000101111011010110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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