Html Css Color HEX #57CDC3 Medium Turquoise

📋 copy color: '#57CDC3'

red 87 ◦ green 205 ◦ blue 195

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

Shades of Medium Turquoise #57CDC3

Tints of Medium Turquoise #57CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 40.04%

R = 17.86%
G = 42.09%
B = 40.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#57CDC3 (or 0x57CDC3) is known color: Medium Turquoise. HEX triplet: 57, CD and C3. RGB value is (87,205,195). Sum of RGB (Red+Green+Blue) = 87+205+195=487 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.86% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDC3 is #A8323C. Grayscale: #A8A8A8. Windows color (decimal): -11022909 or 12832087. OLE color: 12832087.

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

Color convert

RGB 87 205 195 -
CMYK 0.58 0 0.05 0.20
HSL 174.92º 0.54% 0.57% -
HSV(B) 174.92º 0.58% 0.8% -
XYZ 35.61 49.63 59.33 -
YUV 168.58 142.91 69.81 -
System Red Green Blue C M Y K H S L
Decimal 87 205 195 0.58 0 0.05 0.20 174.92 0.54 0.57
Hex 57 CD C3 3A 0 5 14 AF 36 39
Octal 127 315 303 72 0 5 24 257 66 71
Binary 1010111 11001101 11000011 111010 0 101 10100 10101111 110110 111001

Color Harmonies of #57CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDC3

Black with #57CDC3

Text Example


Text Example

White with #57CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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