Html Css Color HEX #57C7CF Medium Turquoise

📋 copy color: '#57C7CF'

red 87 ◦ green 199 ◦ blue 207

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

Shades of Medium Turquoise #57C7CF

Tints of Medium Turquoise #57C7CF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.37%

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

R = 17.65%
G = 40.37%
B = 41.99%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57C7CF (or 0x57C7CF) is known color: Medium Turquoise. HEX triplet: 57, C7 and CF. RGB value is (87,199,207). Sum of RGB (Red+Green+Blue) = 87+199+207=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #57C7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C7CF is #A83830. Grayscale: #A6A6A6. Windows color (decimal): -11024433 or 13616983. OLE color: 13616983.

HSL color Cylindrical-coordinate representation of color #57C7CF: hue angle of 184º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C7CF is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 199 207 -
CMYK 0.58 0.04 0 0.19
HSL 184º 0.56% 0.58% -
HSV(B) 184º 0.58% 0.81% -
XYZ 35.62 47.38 66.3 -
YUV 166.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 87 199 207 0.58 0.04 0 0.19 184 0.56 0.58
Hex 57 C7 CF 3A 4 0 13 B8 38 3A
Octal 127 307 317 72 4 0 23 270 70 72
Binary 1010111 11000111 11001111 111010 100 0 10011 10111000 111000 111010

Color Harmonies of #57C7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C7CF

Black with #57C7CF

Text Example


Text Example

White with #57C7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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