Html Css Color HEX #56C5CD Medium Turquoise

📋 copy color: '#56C5CD'

red 86 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #56C5CD

Tints of Medium Turquoise #56C5CD

RGB

 RED value IS 86 (33.98% from 255) = 17.62%

 GREEN value IS 197 (77.34% from 255) = 40.37%

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

R = 17.62%
G = 40.37%
B = 42.01%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#56C5CD (or 0x56C5CD) is known color: Medium Turquoise. HEX triplet: 56, C5 and CD. RGB value is (86,197,205). Sum of RGB (Red+Green+Blue) = 86+197+205=488 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.62% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #56C5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C5CD is #A93A32. Grayscale: #A4A4A4. Windows color (decimal): -11090483 or 13485398. OLE color: 13485398.

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

Color convert

RGB 86 197 205 -
CMYK 0.58 0.04 0 0.20
HSL 184.03º 0.54% 0.57% -
HSV(B) 184.03º 0.58% 0.8% -
XYZ 34.82 46.32 64.86 -
YUV 164.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 86 197 205 0.58 0.04 0 0.20 184.03 0.54 0.57
Hex 56 C5 CD 3A 4 0 14 B8 36 39
Octal 126 305 315 72 4 0 24 270 66 71
Binary 1010110 11000101 11001101 111010 100 0 10100 10111000 110110 111001

Color Harmonies of #56C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C5CD

Black with #56C5CD

Text Example


Text Example

White with #56C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56C5CD; }

 p { color: rgb(86,197,205); }

 H1.HeaderClassName
 {
   color: #56C5CD;
 }
 .AnyTagClassName
 {
   color: #56C5CD;
 }
</style>

background-color css

<style>
 a { background-color: #56C5CD; }

 a { background-color: rgb(86,197,205); }

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

border-color css

<style>
 span { border-color: #56C5CD; }

 span { border-color: rgb(86,197,205); }

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