Html Css Color HEX #57FADC Turquoise

📋 copy color: '#57FADC'

red 87 ◦ green 250 ◦ blue 220

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

Shades of Turquoise #57FADC

Tints of Turquoise #57FADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 15.62%
G = 44.88%
B = 39.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#57FADC (or 0x57FADC) is known color: Turquoise. HEX triplet: 57, FA and DC. RGB value is (87,250,220). Sum of RGB (Red+Green+Blue) = 87+250+220=557 (73% of max value = 765). Red value is 87 (34.38% from 255 or 15.62% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #57FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FADC is #A80523. Grayscale: #C5C5C5. Windows color (decimal): -11011364 or 14482007. OLE color: 14482007.

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

Color convert

RGB 87 250 220 -
CMYK 0.65 0 0.12 0.02
HSL 168.96º 0.94% 0.66% -
HSV(B) 168.96º 0.65% 0.98% -
XYZ 51.03 75.56 79.61 -
YUV 197.84 140.5 48.94 -
System Red Green Blue C M Y K H S L
Decimal 87 250 220 0.65 0 0.12 0.02 168.96 0.94 0.66
Hex 57 FA DC 41 0 C 2 A9 5E 42
Octal 127 372 334 101 0 14 2 251 136 102
Binary 1010111 11111010 11011100 1000001 0 1100 10 10101001 1011110 1000010

Color Harmonies of #57FADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FADC

Black with #57FADC

Text Example


Text Example

White with #57FADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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