Html Css Color HEX #57C8CD Medium Turquoise

📋 copy color: '#57C8CD'

red 87 ◦ green 200 ◦ blue 205

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

Shades of Medium Turquoise #57C8CD

Tints of Medium Turquoise #57C8CD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.65%

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 17.68%
G = 40.65%
B = 41.67%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#57C8CD (or 0x57C8CD) is known color: Medium Turquoise. HEX triplet: 57, C8 and CD. RGB value is (87,200,205). Sum of RGB (Red+Green+Blue) = 87+200+205=492 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.68% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #57C8CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8CD is #A83732. Grayscale: #A6A6A6. Windows color (decimal): -11024179 or 13486167. OLE color: 13486167.

HSL color Cylindrical-coordinate representation of color #57C8CD: hue angle of 182.54º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57C8CD is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 200 205 -
CMYK 0.58 0.02 0 0.20
HSL 182.54º 0.54% 0.57% -
HSV(B) 182.54º 0.58% 0.8% -
XYZ 35.6 47.74 65.1 -
YUV 166.78 149.56 71.09 -
System Red Green Blue C M Y K H S L
Decimal 87 200 205 0.58 0.02 0 0.20 182.54 0.54 0.57
Hex 57 C8 CD 3A 2 0 14 B7 36 39
Octal 127 310 315 72 2 0 24 267 66 71
Binary 1010111 11001000 11001101 111010 10 0 10100 10110111 110110 111001

Color Harmonies of #57C8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C8CD

Black with #57C8CD

Text Example


Text Example

White with #57C8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,200,205); }

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

background-color css

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

 a { background-color: rgb(87,200,205); }

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

border-color css

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

 span { border-color: rgb(87,200,205); }

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