Shades of Dark Turquoise #11CEDA
Tints of Dark Turquoise #11CEDA
RGB
CMYK
RGB Variations
Color information
#11CEDA (or 0x11CEDA) is known color: Dark Turquoise. HEX triplet: 11, CE and DA. RGB value is (17,206,218). Sum of RGB (Red+Green+Blue) = 17+206+218=441 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.85% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #11CEDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11CEDA is #EE3125. Grayscale: #969696. Windows color (decimal): -15610150 or 14339601. OLE color: 14339601.
HSL color Cylindrical-coordinate representation of color #11CEDA: hue angle of 183.58º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CEDA is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 206 | 218 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.15 |
| HSL | 183.58º | 0.86% | 0.46% | - |
| HSV(B) | 183.58º | 0.92% | 0.85% | - |
| XYZ | 34.96 | 49.32 | 74.01 | - |
| YUV | 150.86 | 165.88 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 218 | 0.92 | 0.06 | 0 | 0.15 | 183.58 | 0.86 | 0.46 |
| Hex | 11 | CE | DA | 5C | 6 | 0 | F | B8 | 56 | 2E |
| Octal | 21 | 316 | 332 | 134 | 6 | 0 | 17 | 270 | 126 | 56 |
| Binary | 10001 | 11001110 | 11011010 | 1011100 | 110 | 0 | 1111 | 10111000 | 1010110 | 101110 |
Color Harmonies of #11CEDA
Complementary color
Monochromatic Colors of #11CEDA
Black with #11CEDA
Text Example
Text Example
White with #11CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CEDA; }
p { color: rgb(17,206,218); }
H1.HeaderClassName
{
color: #11CEDA;
}
.AnyTagClassName
{
color: #11CEDA;
}
</style>
background-color css
<style>
a { background-color: #11CEDA; }
a { background-color: rgb(17,206,218); }
div.DivClassName
{
background-color: #11CEDA;
}
.BgClassName
{
background-color: #11CEDA;
}
</style>
border-color css
<style>
span { border-color: #11CEDA; }
span { border-color: rgb(17,206,218); }
td.TdClassName
{
border-color: #11CEDA;
}
.TagClassName
{
border-color: #11CEDA;
}
</style>