Html Css Color HEX #57C8C6 Medium Turquoise

📋 copy color: '#57C8C6'

red 87 ◦ green 200 ◦ blue 198

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

Shades of Medium Turquoise #57C8C6

Tints of Medium Turquoise #57C8C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 17.94%
G = 41.24%
B = 40.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#57C8C6 (or 0x57C8C6) is known color: Medium Turquoise. HEX triplet: 57, C8 and C6. RGB value is (87,200,198). Sum of RGB (Red+Green+Blue) = 87+200+198=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #57C8C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C8C6 is #A83739. Grayscale: #A5A5A5. Windows color (decimal): -11024186 or 13027415. OLE color: 13027415.

HSL color Cylindrical-coordinate representation of color #57C8C6: hue angle of 178.94º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57C8C6 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 200 198 -
CMYK 0.56 0 0.01 0.22
HSL 178.94º 0.51% 0.56% -
HSV(B) 178.94º 0.57% 0.78% -
XYZ 34.78 47.41 60.74 -
YUV 165.99 146.06 71.66 -
System Red Green Blue C M Y K H S L
Decimal 87 200 198 0.56 0 0.01 0.22 178.94 0.51 0.56
Hex 57 C8 C6 38 0 1 16 B3 33 38
Octal 127 310 306 70 0 1 26 263 63 70
Binary 1010111 11001000 11000110 111000 0 1 10110 10110011 110011 111000

Color Harmonies of #57C8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57C8C6

Black with #57C8C6

Text Example


Text Example

White with #57C8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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