Html Css Color HEX #57CDC9 Medium Turquoise

📋 copy color: '#57CDC9'

red 87 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #57CDC9

Tints of Medium Turquoise #57CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.58%

 BLUE value IS 201 (78.91% from 255) = 40.77%

R = 17.65%
G = 41.58%
B = 40.77%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#57CDC9 (or 0x57CDC9) is known color: Medium Turquoise. HEX triplet: 57, CD and C9. RGB value is (87,205,201). Sum of RGB (Red+Green+Blue) = 87+205+201=493 (65% of max value = 765). Red value is 87 (34.38% from 255 or 17.65% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDC9 is #A83236. Grayscale: #A9A9A9. Windows color (decimal): -11022903 or 13225303. OLE color: 13225303.

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

Color convert

RGB 87 205 201 -
CMYK 0.58 0 0.02 0.20
HSL 177.97º 0.54% 0.57% -
HSV(B) 177.97º 0.58% 0.8% -
XYZ 36.3 49.91 62.98 -
YUV 169.26 145.91 69.33 -
System Red Green Blue C M Y K H S L
Decimal 87 205 201 0.58 0 0.02 0.20 177.97 0.54 0.57
Hex 57 CD C9 3A 0 2 14 B2 36 39
Octal 127 315 311 72 0 2 24 262 66 71
Binary 1010111 11001101 11001001 111010 0 10 10100 10110010 110110 111001

Color Harmonies of #57CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDC9

Black with #57CDC9

Text Example


Text Example

White with #57CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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