Html Css Color HEX #57DCCF Medium Turquoise

📋 copy color: '#57DCCF'

red 87 ◦ green 220 ◦ blue 207

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

Shades of Medium Turquoise #57DCCF

Tints of Medium Turquoise #57DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.27%

R = 16.93%
G = 42.8%
B = 40.27%

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

#57DCCF (or 0x57DCCF) is known color: Medium Turquoise. HEX triplet: 57, DC and CF. RGB value is (87,220,207). Sum of RGB (Red+Green+Blue) = 87+220+207=514 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.93% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #57DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DCCF is #A82330. Grayscale: #B2B2B2. Windows color (decimal): -11019057 or 13622359. OLE color: 13622359.

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

Color convert

RGB 87 220 207 -
CMYK 0.60 0 0.06 0.14
HSL 174.14º 0.66% 0.6% -
HSV(B) 174.14º 0.6% 0.86% -
XYZ 40.79 57.72 68.02 -
YUV 178.75 143.94 62.56 -
System Red Green Blue C M Y K H S L
Decimal 87 220 207 0.60 0 0.06 0.14 174.14 0.66 0.6
Hex 57 DC CF 3C 0 6 E AE 42 3C
Octal 127 334 317 74 0 6 16 256 102 74
Binary 1010111 11011100 11001111 111100 0 110 1110 10101110 1000010 111100

Color Harmonies of #57DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DCCF

Black with #57DCCF

Text Example


Text Example

White with #57DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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