Shades of Bright Turquoise #11DBDF
Tints of Bright Turquoise #11DBDF
RGB
CMYK
RGB Variations
Color information
#11DBDF (or 0x11DBDF) is known color: Bright Turquoise. HEX triplet: 11, DB and DF. RGB value is (17,219,223). Sum of RGB (Red+Green+Blue) = 17+219+223=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #11DBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #11DBDF is #EE2420. Grayscale: #9E9E9E. Windows color (decimal): -15606817 or 14670609. OLE color: 14670609.
HSL color Cylindrical-coordinate representation of color #11DBDF: hue angle of 181.17º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DBDF is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 219 | 223 | - |
| CMYK | 0.92 | 0.02 | 0 | 0.13 |
| HSL | 181.17º | 0.86% | 0.47% | - |
| HSV(B) | 181.17º | 0.92% | 0.87% | - |
| XYZ | 38.88 | 56.11 | 78.59 | - |
| YUV | 159.06 | 164.08 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 223 | 0.92 | 0.02 | 0 | 0.13 | 181.17 | 0.86 | 0.47 |
| Hex | 11 | DB | DF | 5C | 2 | 0 | D | B5 | 56 | 2F |
| Octal | 21 | 333 | 337 | 134 | 2 | 0 | 15 | 265 | 126 | 57 |
| Binary | 10001 | 11011011 | 11011111 | 1011100 | 10 | 0 | 1101 | 10110101 | 1010110 | 101111 |
Color Harmonies of #11DBDF
Complementary color
Monochromatic Colors of #11DBDF
Black with #11DBDF
Text Example
Text Example
White with #11DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DBDF; }
p { color: rgb(17,219,223); }
H1.HeaderClassName
{
color: #11DBDF;
}
.AnyTagClassName
{
color: #11DBDF;
}
</style>
background-color css
<style>
a { background-color: #11DBDF; }
a { background-color: rgb(17,219,223); }
div.DivClassName
{
background-color: #11DBDF;
}
.BgClassName
{
background-color: #11DBDF;
}
</style>
border-color css
<style>
span { border-color: #11DBDF; }
span { border-color: rgb(17,219,223); }
td.TdClassName
{
border-color: #11DBDF;
}
.TagClassName
{
border-color: #11DBDF;
}
</style>