Html Css Color HEX #56C5C9 Medium Turquoise

📋 copy color: '#56C5C9'

red 86 ◦ green 197 ◦ blue 201

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

Shades of Medium Turquoise #56C5C9

Tints of Medium Turquoise #56C5C9

RGB

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

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

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

R = 17.77%
G = 40.7%
B = 41.53%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#56C5C9 (or 0x56C5C9) is known color: Medium Turquoise. HEX triplet: 56, C5 and C9. RGB value is (86,197,201). Sum of RGB (Red+Green+Blue) = 86+197+201=484 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.77% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 201 - color contains mainly: blue. Hex color #56C5C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C5C9 is #A93A36. Grayscale: #A4A4A4. Windows color (decimal): -11090487 or 13223254. OLE color: 13223254.

HSL color Cylindrical-coordinate representation of color #56C5C9: hue angle of 182.09º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C5C9 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 86 197 201 -
CMYK 0.57 0.02 0 0.21
HSL 182.09º 0.52% 0.56% -
HSV(B) 182.09º 0.57% 0.79% -
XYZ 34.35 46.13 62.35 -
YUV 164.27 148.73 72.17 -
System Red Green Blue C M Y K H S L
Decimal 86 197 201 0.57 0.02 0 0.21 182.09 0.52 0.56
Hex 56 C5 C9 39 2 0 15 B6 34 38
Octal 126 305 311 71 2 0 25 266 64 70
Binary 1010110 11000101 11001001 111001 10 0 10101 10110110 110100 111000

Color Harmonies of #56C5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C5C9

Black with #56C5C9

Text Example


Text Example

White with #56C5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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