Html Css Color HEX #57F9C4 Turquoise

📋 copy color: '#57F9C4'

red 87 ◦ green 249 ◦ blue 196

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

Shades of Turquoise #57F9C4

Tints of Turquoise #57F9C4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.8%

 BLUE value IS 196 (76.95% from 255) = 36.84%

R = 16.35%
G = 46.8%
B = 36.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#57F9C4 (or 0x57F9C4) is known color: Turquoise. HEX triplet: 57, F9 and C4. RGB value is (87,249,196). Sum of RGB (Red+Green+Blue) = 87+249+196=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 196 (76.95% from 255 or 36.84% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #57F9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57F9C4 is #A8063B. Grayscale: #C2C2C2. Windows color (decimal): -11011644 or 12908887. OLE color: 12908887.

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

Color convert

RGB 87 249 196 -
CMYK 0.65 0 0.21 0.02
HSL 160.37º 0.93% 0.66% -
HSV(B) 160.37º 0.65% 0.98% -
XYZ 47.77 73.76 63.94 -
YUV 194.52 128.83 51.31 -
System Red Green Blue C M Y K H S L
Decimal 87 249 196 0.65 0 0.21 0.02 160.37 0.93 0.66
Hex 57 F9 C4 41 0 15 2 A0 5D 42
Octal 127 371 304 101 0 25 2 240 135 102
Binary 1010111 11111001 11000100 1000001 0 10101 10 10100000 1011101 1000010

Color Harmonies of #57F9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F9C4

Black with #57F9C4

Text Example


Text Example

White with #57F9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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