Html Css Color HEX #57FCC6 Turquoise

📋 copy color: '#57FCC6'

red 87 ◦ green 252 ◦ blue 198

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

Shades of Turquoise #57FCC6

Tints of Turquoise #57FCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 16.2%
G = 46.93%
B = 36.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#57FCC6 (or 0x57FCC6) is known color: Turquoise. HEX triplet: 57, FC and C6. RGB value is (87,252,198). Sum of RGB (Red+Green+Blue) = 87+252+198=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 252 (98.83% from 255 or 46.93% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 252 - color contains mainly: green. Hex color #57FCC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57FCC6 is #A80339. Grayscale: #C4C4C4. Windows color (decimal): -11010874 or 13040727. OLE color: 13040727.

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

Color convert

RGB 87 252 198 -
CMYK 0.65 0 0.21 0.01
HSL 160.36º 0.96% 0.66% -
HSV(B) 160.36º 0.65% 0.99% -
XYZ 48.93 75.72 65.46 -
YUV 196.51 128.84 49.89 -
System Red Green Blue C M Y K H S L
Decimal 87 252 198 0.65 0 0.21 0.01 160.36 0.96 0.66
Hex 57 FC C6 41 0 15 1 A0 60 42
Octal 127 374 306 101 0 25 1 240 140 102
Binary 1010111 11111100 11000110 1000001 0 10101 1 10100000 1100000 1000010

Color Harmonies of #57FCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57FCC6

Black with #57FCC6

Text Example


Text Example

White with #57FCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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