Html Css Color HEX #57EEC1 Turquoise

📋 copy color: '#57EEC1'

red 87 ◦ green 238 ◦ blue 193

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

Shades of Turquoise #57EEC1

Tints of Turquoise #57EEC1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.95%

 BLUE value IS 193 (75.78% from 255) = 37.26%

R = 16.8%
G = 45.95%
B = 37.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#57EEC1 (or 0x57EEC1) is known color: Turquoise. HEX triplet: 57, EE and C1. RGB value is (87,238,193). Sum of RGB (Red+Green+Blue) = 87+238+193=518 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.80% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEC1 is #A8113E. Grayscale: #BBBBBB. Windows color (decimal): -11014463 or 12709463. OLE color: 12709463.

HSL color Cylindrical-coordinate representation of color #57EEC1: hue angle of 162.12º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EEC1 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 238 193 -
CMYK 0.63 0 0.19 0.07
HSL 162.12º 0.82% 0.64% -
HSV(B) 162.12º 0.63% 0.93% -
XYZ 44.13 67.03 61.06 -
YUV 187.72 130.97 56.16 -
System Red Green Blue C M Y K H S L
Decimal 87 238 193 0.63 0 0.19 0.07 162.12 0.82 0.64
Hex 57 EE C1 3F 0 13 7 A2 52 40
Octal 127 356 301 77 0 23 7 242 122 100
Binary 1010111 11101110 11000001 111111 0 10011 111 10100010 1010010 1000000

Color Harmonies of #57EEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EEC1

Black with #57EEC1

Text Example


Text Example

White with #57EEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,238,193); }

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

background-color css

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

 a { background-color: rgb(87,238,193); }

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

border-color css

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

 span { border-color: rgb(87,238,193); }

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