#57F9C1

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

Shades of Turquoise #57F9C1

Tints of Turquoise #57F9C1

Color information

#57F9C1 (or 0x57F9C1) is unknown color: approx Turquoise. HEX triplet: 57, F9 and C1. RGB value is (87,249,193). Sum of RGB (Red+Green+Blue) = 87+249+193=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9C1 is #A8063E. Grayscale: #C2C2C2. Windows color (decimal): -11011647 or 12712279. OLE color: 12712279.

HSL color Cylindrical-coordinate representation of color #57F9C1: hue angle of 159.26º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #57F9C1 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB87249193-
CMYK0.6500.220.02
HSL159.26º93.1%65.88%-
HSV(B)159.26º65.06%97.65%-
XYZ47.4373.6362.16-
YUV194.18127.3351.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.45%
GREEN value IS 249 (97.66% from 255) = 47.07%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=16.45%
G=47.07%
B=36.48%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal872491930.6500.220.02159.2693.165.88
Hex57F9C14101629f5d42
Octal1273713011010262237135102
Binary101011111111001110000011000001010110101001111110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57F9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57F9C1; }

 p { color: rgb(87,249,193); }

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

<style>
 a { background-color: #57F9C1; }

 a { background-color: rgb(87,249,193); }

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

<style>
 span { border-color: #57F9C1; }

 span { border-color: rgb(87,249,193); }

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