Html Css Color HEX #57CDC2 Medium Turquoise

📋 copy color: '#57CDC2'

red 87 ◦ green 205 ◦ blue 194

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

Shades of Medium Turquoise #57CDC2

Tints of Medium Turquoise #57CDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.92%

R = 17.9%
G = 42.18%
B = 39.92%

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

#57CDC2 (or 0x57CDC2) is known color: Medium Turquoise. HEX triplet: 57, CD and C2. RGB value is (87,205,194). Sum of RGB (Red+Green+Blue) = 87+205+194=486 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.90% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 194 (76.17% from 255 or 39.92% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #57CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57CDC2 is #A8323D. Grayscale: #A8A8A8. Windows color (decimal): -11022910 or 12766551. OLE color: 12766551.

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

Color convert

RGB 87 205 194 -
CMYK 0.58 0 0.05 0.20
HSL 174.41º 0.54% 0.57% -
HSV(B) 174.41º 0.58% 0.8% -
XYZ 35.5 49.58 58.74 -
YUV 168.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 87 205 194 0.58 0 0.05 0.20 174.41 0.54 0.57
Hex 57 CD C2 3A 0 5 14 AE 36 39
Octal 127 315 302 72 0 5 24 256 66 71
Binary 1010111 11001101 11000010 111010 0 101 10100 10101110 110110 111001

Color Harmonies of #57CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57CDC2

Black with #57CDC2

Text Example


Text Example

White with #57CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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