Html Css Color HEX #57FAC9 Turquoise

📋 copy color: '#57FAC9'

red 87 ◦ green 250 ◦ blue 201

#57FAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #57FAC9

Tints of Turquoise #57FAC9

RGB

 RED value IS 87 (34.38% from 255) = 16.17%

 GREEN value IS 250 (98.05% from 255) = 46.47%

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 16.17%
G = 46.47%
B = 37.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#57FAC9 (or 0x57FAC9) is known color: Turquoise. HEX triplet: 57, FA and C9. RGB value is (87,250,201). Sum of RGB (Red+Green+Blue) = 87+250+201=538 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.17% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #57FAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FAC9 is #A80536. Grayscale: #C3C3C3. Windows color (decimal): -11011383 or 13236823. OLE color: 13236823.

HSL color Cylindrical-coordinate representation of color #57FAC9: hue angle of 161.96º degrees, saturation: 0.94, 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 #57FAC9 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 250 201 -
CMYK 0.65 0 0.20 0.02
HSL 161.96º 0.94% 0.66% -
HSV(B) 161.96º 0.65% 0.98% -
XYZ 48.66 74.61 67.1 -
YUV 195.68 131 50.48 -
System Red Green Blue C M Y K H S L
Decimal 87 250 201 0.65 0 0.20 0.02 161.96 0.94 0.66
Hex 57 FA C9 41 0 14 2 A2 5E 42
Octal 127 372 311 101 0 24 2 242 136 102
Binary 1010111 11111010 11001001 1000001 0 10100 10 10100010 1011110 1000010

Color Harmonies of #57FAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FAC9

Black with #57FAC9

Text Example


Text Example

White with #57FAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,250,201); }

 H1.HeaderClassName
 {
   color: #57FAC9;
 }
 .AnyTagClassName
 {
   color: #57FAC9;
 }
</style>

background-color css

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

 a { background-color: rgb(87,250,201); }

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

border-color css

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

 span { border-color: rgb(87,250,201); }

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