Shades of Bright Turquoise #18DBDD
Tints of Bright Turquoise #18DBDD
RGB
CMYK
RGB Variations
Color information
#18DBDD (or 0x18DBDD) is known color: Bright Turquoise. HEX triplet: 18, DB and DD. RGB value is (24,219,221). Sum of RGB (Red+Green+Blue) = 24+219+221=464 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.17% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #18DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBDD is #E72422. Grayscale: #A0A0A0. Windows color (decimal): -15148067 or 14539544. OLE color: 14539544.
HSL color Cylindrical-coordinate representation of color #18DBDD: hue angle of 180.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBDD is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 219 | 221 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.13 |
| HSL | 180.61º | 0.8% | 0.48% | - |
| HSV(B) | 180.61º | 0.89% | 0.87% | - |
| XYZ | 38.76 | 56.08 | 77.19 | - |
| YUV | 160.92 | 161.9 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 221 | 0.89 | 0.01 | 0 | 0.13 | 180.61 | 0.8 | 0.48 |
| Hex | 18 | DB | DD | 59 | 1 | 0 | D | B5 | 50 | 30 |
| Octal | 30 | 333 | 335 | 131 | 1 | 0 | 15 | 265 | 120 | 60 |
| Binary | 11000 | 11011011 | 11011101 | 1011001 | 1 | 0 | 1101 | 10110101 | 1010000 | 110000 |
Color Harmonies of #18DBDD
Complementary color
Monochromatic Colors of #18DBDD
Black with #18DBDD
Text Example
Text Example
White with #18DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBDD; }
p { color: rgb(24,219,221); }
H1.HeaderClassName
{
color: #18DBDD;
}
.AnyTagClassName
{
color: #18DBDD;
}
</style>
background-color css
<style>
a { background-color: #18DBDD; }
a { background-color: rgb(24,219,221); }
div.DivClassName
{
background-color: #18DBDD;
}
.BgClassName
{
background-color: #18DBDD;
}
</style>
border-color css
<style>
span { border-color: #18DBDD; }
span { border-color: rgb(24,219,221); }
td.TdClassName
{
border-color: #18DBDD;
}
.TagClassName
{
border-color: #18DBDD;
}
</style>