Html Css Color HEX #57DCCE Medium Turquoise

📋 copy color: '#57DCCE'

red 87 ◦ green 220 ◦ blue 206

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

Shades of Medium Turquoise #57DCCE

Tints of Medium Turquoise #57DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

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

R = 16.96%
G = 42.88%
B = 40.16%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#57DCCE (or 0x57DCCE) is known color: Medium Turquoise. HEX triplet: 57, DC and CE. RGB value is (87,220,206). Sum of RGB (Red+Green+Blue) = 87+220+206=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCCE is #A82331. Grayscale: #B2B2B2. Windows color (decimal): -11019058 or 13556823. OLE color: 13556823.

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

Color convert

RGB 87 220 206 -
CMYK 0.60 0 0.06 0.14
HSL 173.68º 0.66% 0.6% -
HSV(B) 173.68º 0.6% 0.86% -
XYZ 40.66 57.67 67.38 -
YUV 178.64 143.44 62.64 -
System Red Green Blue C M Y K H S L
Decimal 87 220 206 0.60 0 0.06 0.14 173.68 0.66 0.6
Hex 57 DC CE 3C 0 6 E AE 42 3C
Octal 127 334 316 74 0 6 16 256 102 74
Binary 1010111 11011100 11001110 111100 0 110 1110 10101110 1000010 111100

Color Harmonies of #57DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DCCE

Black with #57DCCE

Text Example


Text Example

White with #57DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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