Html Css Color HEX #57FCC5 Turquoise

📋 copy color: '#57FCC5'

red 87 ◦ green 252 ◦ blue 197

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

Shades of Turquoise #57FCC5

Tints of Turquoise #57FCC5

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.01%

 BLUE value IS 197 (77.34% from 255) = 36.75%

R = 16.23%
G = 47.01%
B = 36.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#57FCC5 (or 0x57FCC5) is known color: Turquoise. HEX triplet: 57, FC and C5. RGB value is (87,252,197). Sum of RGB (Red+Green+Blue) = 87+252+197=536 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.23% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCC5 is #A8033A. Grayscale: #C4C4C4. Windows color (decimal): -11010875 or 12975191. OLE color: 12975191.

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

Color convert

RGB 87 252 197 -
CMYK 0.65 0 0.22 0.01
HSL 160º 0.96% 0.66% -
HSV(B) 160º 0.65% 0.99% -
XYZ 48.82 75.68 64.86 -
YUV 196.4 128.34 49.97 -
System Red Green Blue C M Y K H S L
Decimal 87 252 197 0.65 0 0.22 0.01 160 0.96 0.66
Hex 57 FC C5 41 0 16 1 A0 60 42
Octal 127 374 305 101 0 26 1 240 140 102
Binary 1010111 11111100 11000101 1000001 0 10110 1 10100000 1100000 1000010

Color Harmonies of #57FCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCC5

Black with #57FCC5

Text Example


Text Example

White with #57FCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,252,197); }

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

background-color css

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

 a { background-color: rgb(87,252,197); }

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

border-color css

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

 span { border-color: rgb(87,252,197); }

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