Shades of Medium Turquoise #56CEDA
Tints of Medium Turquoise #56CEDA
RGB
CMYK
RGB Variations
Color information
#56CEDA (or 0x56CEDA) is known color: Medium Turquoise. HEX triplet: 56, CE and DA. RGB value is (86,206,218). Sum of RGB (Red+Green+Blue) = 86+206+218=510 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.86% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #56CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56CEDA is #A93125. Grayscale: #ABABAB. Windows color (decimal): -11088166 or 14339670. OLE color: 14339670.
HSL color Cylindrical-coordinate representation of color #56CEDA: hue angle of 185.45º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56CEDA is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 206 | 218 | - |
| CMYK | 0.61 | 0.06 | 0 | 0.15 |
| HSL | 185.45º | 0.64% | 0.6% | - |
| HSV(B) | 185.45º | 0.61% | 0.85% | - |
| XYZ | 38.56 | 51.18 | 74.18 | - |
| YUV | 171.49 | 154.24 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 218 | 0.61 | 0.06 | 0 | 0.15 | 185.45 | 0.64 | 0.6 |
| Hex | 56 | CE | DA | 3D | 6 | 0 | F | B9 | 40 | 3C |
| Octal | 126 | 316 | 332 | 75 | 6 | 0 | 17 | 271 | 100 | 74 |
| Binary | 1010110 | 11001110 | 11011010 | 111101 | 110 | 0 | 1111 | 10111001 | 1000000 | 111100 |
Color Harmonies of #56CEDA
Complementary color
Monochromatic Colors of #56CEDA
Black with #56CEDA
Text Example
Text Example
White with #56CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEDA; }
p { color: rgb(86,206,218); }
H1.HeaderClassName
{
color: #56CEDA;
}
.AnyTagClassName
{
color: #56CEDA;
}
</style>
background-color css
<style>
a { background-color: #56CEDA; }
a { background-color: rgb(86,206,218); }
div.DivClassName
{
background-color: #56CEDA;
}
.BgClassName
{
background-color: #56CEDA;
}
</style>
border-color css
<style>
span { border-color: #56CEDA; }
span { border-color: rgb(86,206,218); }
td.TdClassName
{
border-color: #56CEDA;
}
.TagClassName
{
border-color: #56CEDA;
}
</style>