Html Css Color HEX #57EDD0 Turquoise

📋 copy color: '#57EDD0'

red 87 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #57EDD0

Tints of Turquoise #57EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.1%

R = 16.35%
G = 44.55%
B = 39.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#57EDD0 (or 0x57EDD0) is known color: Turquoise. HEX triplet: 57, ED and D0. RGB value is (87,237,208). Sum of RGB (Red+Green+Blue) = 87+237+208=532 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.35% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EDD0 is #A8122F. Grayscale: #BCBCBC. Windows color (decimal): -11014704 or 13692247. OLE color: 13692247.

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

Color convert

RGB 87 237 208 -
CMYK 0.63 0 0.12 0.07
HSL 168.4º 0.81% 0.64% -
HSV(B) 168.4º 0.63% 0.93% -
XYZ 45.6 67.15 70.23 -
YUV 188.84 138.81 55.36 -
System Red Green Blue C M Y K H S L
Decimal 87 237 208 0.63 0 0.12 0.07 168.4 0.81 0.64
Hex 57 ED D0 3F 0 C 7 A8 51 40
Octal 127 355 320 77 0 14 7 250 121 100
Binary 1010111 11101101 11010000 111111 0 1100 111 10101000 1010001 1000000

Color Harmonies of #57EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57EDD0

Black with #57EDD0

Text Example


Text Example

White with #57EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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