Html Css Color HEX #57ECDD Turquoise

📋 copy color: '#57ECDD'

red 87 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #57ECDD

Tints of Turquoise #57ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.38%

 BLUE value IS 221 (86.72% from 255) = 40.63%

R = 15.99%
G = 43.38%
B = 40.63%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#57ECDD (or 0x57ECDD) is known color: Turquoise. HEX triplet: 57, EC and DD. RGB value is (87,236,221). Sum of RGB (Red+Green+Blue) = 87+236+221=544 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.99% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #57ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57ECDD is #A81322. Grayscale: #BDBDBD. Windows color (decimal): -11014947 or 14543959. OLE color: 14543959.

HSL color Cylindrical-coordinate representation of color #57ECDD: hue angle of 173.96º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57ECDD is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 236 221 -
CMYK 0.63 0 0.06 0.07
HSL 173.96º 0.8% 0.63% -
HSV(B) 173.96º 0.63% 0.93% -
XYZ 46.98 67.24 78.91 -
YUV 189.74 145.64 54.72 -
System Red Green Blue C M Y K H S L
Decimal 87 236 221 0.63 0 0.06 0.07 173.96 0.8 0.63
Hex 57 EC DD 3F 0 6 7 AE 50 3F
Octal 127 354 335 77 0 6 7 256 120 77
Binary 1010111 11101100 11011101 111111 0 110 111 10101110 1010000 111111

Color Harmonies of #57ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ECDD

Black with #57ECDD

Text Example


Text Example

White with #57ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,236,221); }

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

background-color css

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

 a { background-color: rgb(87,236,221); }

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

border-color css

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

 span { border-color: rgb(87,236,221); }

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