Html Css Color HEX #57ECDF Turquoise

📋 copy color: '#57ECDF'

red 87 ◦ green 236 ◦ blue 223

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

Shades of Turquoise #57ECDF

Tints of Turquoise #57ECDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 15.93%
G = 43.22%
B = 40.84%

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

#57ECDF (or 0x57ECDF) is known color: Turquoise. HEX triplet: 57, EC and DF. RGB value is (87,236,223). Sum of RGB (Red+Green+Blue) = 87+236+223=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #57ECDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57ECDF is #A81320. Grayscale: #BDBDBD. Windows color (decimal): -11014945 or 14675031. OLE color: 14675031.

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

Color convert

RGB 87 236 223 -
CMYK 0.63 0 0.06 0.07
HSL 174.77º 0.8% 0.63% -
HSV(B) 174.77º 0.63% 0.93% -
XYZ 47.25 67.34 80.32 -
YUV 189.97 146.64 54.56 -
System Red Green Blue C M Y K H S L
Decimal 87 236 223 0.63 0 0.06 0.07 174.77 0.8 0.63
Hex 57 EC DF 3F 0 6 7 AF 50 3F
Octal 127 354 337 77 0 6 7 257 120 77
Binary 1010111 11101100 11011111 111111 0 110 111 10101111 1010000 111111

Color Harmonies of #57ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ECDF

Black with #57ECDF

Text Example


Text Example

White with #57ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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