Html Css Color HEX #57DACE Medium Turquoise

📋 copy color: '#57DACE'

red 87 ◦ green 218 ◦ blue 206

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

Shades of Medium Turquoise #57DACE

Tints of Medium Turquoise #57DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

 BLUE value IS 206 (80.86% from 255) = 40.31%

R = 17.03%
G = 42.66%
B = 40.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#57DACE (or 0x57DACE) is known color: Medium Turquoise. HEX triplet: 57, DA and CE. RGB value is (87,218,206). Sum of RGB (Red+Green+Blue) = 87+218+206=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #57DACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DACE is #A82531. Grayscale: #B1B1B1. Windows color (decimal): -11019570 or 13556311. OLE color: 13556311.

HSL color Cylindrical-coordinate representation of color #57DACE: hue angle of 174.5º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DACE is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 218 206 -
CMYK 0.60 0 0.06 0.15
HSL 174.5º 0.64% 0.6% -
HSV(B) 174.5º 0.6% 0.85% -
XYZ 40.14 56.63 67.21 -
YUV 177.46 144.1 63.48 -
System Red Green Blue C M Y K H S L
Decimal 87 218 206 0.60 0 0.06 0.15 174.5 0.64 0.6
Hex 57 DA CE 3C 0 6 F AF 40 3C
Octal 127 332 316 74 0 6 17 257 100 74
Binary 1010111 11011010 11001110 111100 0 110 1111 10101111 1000000 111100

Color Harmonies of #57DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DACE

Black with #57DACE

Text Example


Text Example

White with #57DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,218,206); }

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

background-color css

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

 a { background-color: rgb(87,218,206); }

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

border-color css

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

 span { border-color: rgb(87,218,206); }

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