Html Css Color HEX #57EED8 Turquoise

📋 copy color: '#57EED8'

red 87 ◦ green 238 ◦ blue 216

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

Shades of Turquoise #57EED8

Tints of Turquoise #57EED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.93%

R = 16.08%
G = 43.99%
B = 39.93%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#57EED8 (or 0x57EED8) is known color: Turquoise. HEX triplet: 57, EE and D8. RGB value is (87,238,216). Sum of RGB (Red+Green+Blue) = 87+238+216=541 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.08% from 541); Green value is 238 (93.36% from 255 or 43.99% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 238 - color contains mainly: green. Hex color #57EED8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EED8 is #A81127. Grayscale: #BEBEBE. Windows color (decimal): -11014440 or 14216791. OLE color: 14216791.

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

Color convert

RGB 87 238 216 -
CMYK 0.63 0 0.09 0.07
HSL 171.26º 0.82% 0.64% -
HSV(B) 171.26º 0.63% 0.93% -
XYZ 46.9 68.13 75.64 -
YUV 190.34 142.47 54.29 -
System Red Green Blue C M Y K H S L
Decimal 87 238 216 0.63 0 0.09 0.07 171.26 0.82 0.64
Hex 57 EE D8 3F 0 9 7 AB 52 40
Octal 127 356 330 77 0 11 7 253 122 100
Binary 1010111 11101110 11011000 111111 0 1001 111 10101011 1010010 1000000

Color Harmonies of #57EED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EED8

Black with #57EED8

Text Example


Text Example

White with #57EED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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