Html Css Color HEX #57EDD9 Turquoise

📋 copy color: '#57EDD9'

red 87 ◦ green 237 ◦ blue 217

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

Shades of Turquoise #57EDD9

Tints of Turquoise #57EDD9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

 BLUE value IS 217 (85.16% from 255) = 40.11%

R = 16.08%
G = 43.81%
B = 40.11%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#57EDD9 (or 0x57EDD9) is known color: Turquoise. HEX triplet: 57, ED and D9. RGB value is (87,237,217). Sum of RGB (Red+Green+Blue) = 87+237+217=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDD9 is #A81226. Grayscale: #BDBDBD. Windows color (decimal): -11014695 or 14282071. OLE color: 14282071.

HSL color Cylindrical-coordinate representation of color #57EDD9: hue angle of 172º degrees, saturation: 0.81, 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 #57EDD9 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 237 217 -
CMYK 0.63 0 0.08 0.07
HSL 172º 0.81% 0.64% -
HSV(B) 172º 0.63% 0.93% -
XYZ 46.74 67.6 76.23 -
YUV 189.87 143.31 54.63 -
System Red Green Blue C M Y K H S L
Decimal 87 237 217 0.63 0 0.08 0.07 172 0.81 0.64
Hex 57 ED D9 3F 0 8 7 AC 51 40
Octal 127 355 331 77 0 10 7 254 121 100
Binary 1010111 11101101 11011001 111111 0 1000 111 10101100 1010001 1000000

Color Harmonies of #57EDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDD9

Black with #57EDD9

Text Example


Text Example

White with #57EDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,237,217); }

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

background-color css

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

 a { background-color: rgb(87,237,217); }

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

border-color css

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

 span { border-color: rgb(87,237,217); }

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