#55F1D7

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

Shades of Turquoise #55F1D7

Tints of Turquoise #55F1D7

Color information

#55F1D7 (or 0x55F1D7) is unknown color: approx Turquoise. HEX triplet: 55, F1 and D7. RGB value is (85,241,215). Sum of RGB (Red+Green+Blue) = 85+241+215=541 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.71% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #55F1D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #55F1D7 is #AA0E28. Grayscale: #BFBFBF. Windows color (decimal): -11144745 or 14152021. OLE color: 14152021.

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

Color convert

RGB85241215-
CMYK0.6500.110.05
HSL170º84.78%63.92%-
HSV(B)170º64.73%94.51%-
XYZ47.4769.7575.25-
YUV191.39141.3252.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.71%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 215 (84.38% from 255) = 39.74%
R=15.71%
G=44.55%
B=39.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852412150.6500.110.0517084.7863.92
Hex55F1D7410B5aa5540
Octal1253613271010135252125100
Binary101010111110001110101111000001010111011010101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55F1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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