Shades of Medium Turquoise #56CDD4
Tints of Medium Turquoise #56CDD4
RGB
CMYK
RGB Variations
Color information
#56CDD4 (or 0x56CDD4) is known color: Medium Turquoise. HEX triplet: 56, CD and D4. RGB value is (86,205,212). Sum of RGB (Red+Green+Blue) = 86+205+212=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 212 (83.20% from 255 or 42.15% from 503); Max value from RGB is 212 - color contains mainly: blue. Hex color #56CDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CDD4 is #A9322B. Grayscale: #AAAAAA. Windows color (decimal): -11088428 or 13946198. OLE color: 13946198.
HSL color Cylindrical-coordinate representation of color #56CDD4: hue angle of 183.33º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56CDD4 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 86 | 205 | 212 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.17 |
| HSL | 183.33º | 0.59% | 0.58% | - |
| HSV(B) | 183.33º | 0.59% | 0.83% | - |
| XYZ | 37.55 | 50.39 | 70.04 | - |
| YUV | 170.22 | 151.58 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 212 | 0.59 | 0.03 | 0 | 0.17 | 183.33 | 0.59 | 0.58 |
| Hex | 56 | CD | D4 | 3B | 3 | 0 | 11 | B7 | 3B | 3A |
| Octal | 126 | 315 | 324 | 73 | 3 | 0 | 21 | 267 | 73 | 72 |
| Binary | 1010110 | 11001101 | 11010100 | 111011 | 11 | 0 | 10001 | 10110111 | 111011 | 111010 |
Color Harmonies of #56CDD4
Complementary color
Monochromatic Colors of #56CDD4
Black with #56CDD4
Text Example
Text Example
White with #56CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDD4; }
p { color: rgb(86,205,212); }
H1.HeaderClassName
{
color: #56CDD4;
}
.AnyTagClassName
{
color: #56CDD4;
}
</style>
background-color css
<style>
a { background-color: #56CDD4; }
a { background-color: rgb(86,205,212); }
div.DivClassName
{
background-color: #56CDD4;
}
.BgClassName
{
background-color: #56CDD4;
}
</style>
border-color css
<style>
span { border-color: #56CDD4; }
span { border-color: rgb(86,205,212); }
td.TdClassName
{
border-color: #56CDD4;
}
.TagClassName
{
border-color: #56CDD4;
}
</style>