Html Css Color HEX #57EDD7 Turquoise

📋 copy color: '#57EDD7'

red 87 ◦ green 237 ◦ blue 215

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

Shades of Turquoise #57EDD7

Tints of Turquoise #57EDD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 16.14%
G = 43.97%
B = 39.89%

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

#57EDD7 (or 0x57EDD7) is known color: Turquoise. HEX triplet: 57, ED and D7. RGB value is (87,237,215). Sum of RGB (Red+Green+Blue) = 87+237+215=539 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.14% from 539); Green value is 237 (92.97% from 255 or 43.97% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDD7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDD7 is #A81228. Grayscale: #BDBDBD. Windows color (decimal): -11014697 or 14150999. OLE color: 14150999.

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

Color convert

RGB 87 237 215 -
CMYK 0.63 0 0.09 0.07
HSL 171.2º 0.81% 0.64% -
HSV(B) 171.2º 0.63% 0.93% -
XYZ 46.48 67.5 74.87 -
YUV 189.64 142.31 54.79 -
System Red Green Blue C M Y K H S L
Decimal 87 237 215 0.63 0 0.09 0.07 171.2 0.81 0.64
Hex 57 ED D7 3F 0 9 7 AB 51 40
Octal 127 355 327 77 0 11 7 253 121 100
Binary 1010111 11101101 11010111 111111 0 1001 111 10101011 1010001 1000000

Color Harmonies of #57EDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDD7

Black with #57EDD7

Text Example


Text Example

White with #57EDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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