Html Css Color HEX #57C5CF Medium Turquoise

📋 copy color: '#57C5CF'

red 87 ◦ green 197 ◦ blue 207

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

Shades of Medium Turquoise #57C5CF

Tints of Medium Turquoise #57C5CF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.12%

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

R = 17.72%
G = 40.12%
B = 42.16%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#57C5CF (or 0x57C5CF) is known color: Medium Turquoise. HEX triplet: 57, C5 and CF. RGB value is (87,197,207). Sum of RGB (Red+Green+Blue) = 87+197+207=491 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.72% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #57C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C5CF is #A83A30. Grayscale: #A5A5A5. Windows color (decimal): -11024945 or 13616471. OLE color: 13616471.

HSL color Cylindrical-coordinate representation of color #57C5CF: hue angle of 185º 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 #57C5CF is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 197 207 -
CMYK 0.58 0.05 0 0.19
HSL 185º 0.56% 0.58% -
HSV(B) 185º 0.58% 0.81% -
XYZ 35.16 46.46 66.15 -
YUV 165.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 87 197 207 0.58 0.05 0 0.19 185 0.56 0.58
Hex 57 C5 CF 3A 5 0 13 B9 38 3A
Octal 127 305 317 72 5 0 23 271 70 72
Binary 1010111 11000101 11001111 111010 101 0 10011 10111001 111000 111010

Color Harmonies of #57C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C5CF

Black with #57C5CF

Text Example


Text Example

White with #57C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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