Html Css Color HEX #57E1C9 Turquoise

📋 copy color: '#57E1C9'

red 87 ◦ green 225 ◦ blue 201

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

Shades of Turquoise #57E1C9

Tints of Turquoise #57E1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.86%

 BLUE value IS 201 (78.91% from 255) = 39.18%

R = 16.96%
G = 43.86%
B = 39.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#57E1C9 (or 0x57E1C9) is known color: Turquoise. HEX triplet: 57, E1 and C9. RGB value is (87,225,201). Sum of RGB (Red+Green+Blue) = 87+225+201=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1C9 is #A81E36. Grayscale: #B4B4B4. Windows color (decimal): -11017783 or 13230423. OLE color: 13230423.

HSL color Cylindrical-coordinate representation of color #57E1C9: hue angle of 169.57º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1C9 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 225 201 -
CMYK 0.61 0 0.11 0.12
HSL 169.57º 0.7% 0.61% -
HSV(B) 169.57º 0.61% 0.88% -
XYZ 41.4 60.09 64.68 -
YUV 181 139.28 60.95 -
System Red Green Blue C M Y K H S L
Decimal 87 225 201 0.61 0 0.11 0.12 169.57 0.7 0.61
Hex 57 E1 C9 3D 0 B C AA 46 3D
Octal 127 341 311 75 0 13 14 252 106 75
Binary 1010111 11100001 11001001 111101 0 1011 1100 10101010 1000110 111101

Color Harmonies of #57E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57E1C9

Black with #57E1C9

Text Example


Text Example

White with #57E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,225,201); }

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

background-color css

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

 a { background-color: rgb(87,225,201); }

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

border-color css

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

 span { border-color: rgb(87,225,201); }

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