Shades of Bright Turquoise #18DBCC
Tints of Bright Turquoise #18DBCC
RGB
CMYK
RGB Variations
Color information
#18DBCC (or 0x18DBCC) is known color: Bright Turquoise. HEX triplet: 18, DB and CC. RGB value is (24,219,204). Sum of RGB (Red+Green+Blue) = 24+219+204=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #18DBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBCC is #E72433. Grayscale: #9E9E9E. Windows color (decimal): -15148084 or 13425432. OLE color: 13425432.
HSL color Cylindrical-coordinate representation of color #18DBCC: hue angle of 175.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBCC is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 219 | 204 | - |
| CMYK | 0.89 | 0 | 0.07 | 0.14 |
| HSL | 175.38º | 0.8% | 0.48% | - |
| HSV(B) | 175.38º | 0.89% | 0.86% | - |
| XYZ | 36.61 | 55.22 | 65.86 | - |
| YUV | 158.99 | 153.4 | 31.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 204 | 0.89 | 0 | 0.07 | 0.14 | 175.38 | 0.8 | 0.48 |
| Hex | 18 | DB | CC | 59 | 0 | 7 | E | AF | 50 | 30 |
| Octal | 30 | 333 | 314 | 131 | 0 | 7 | 16 | 257 | 120 | 60 |
| Binary | 11000 | 11011011 | 11001100 | 1011001 | 0 | 111 | 1110 | 10101111 | 1010000 | 110000 |
Color Harmonies of #18DBCC
Complementary color
Monochromatic Colors of #18DBCC
Black with #18DBCC
Text Example
Text Example
White with #18DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBCC; }
p { color: rgb(24,219,204); }
H1.HeaderClassName
{
color: #18DBCC;
}
.AnyTagClassName
{
color: #18DBCC;
}
</style>
background-color css
<style>
a { background-color: #18DBCC; }
a { background-color: rgb(24,219,204); }
div.DivClassName
{
background-color: #18DBCC;
}
.BgClassName
{
background-color: #18DBCC;
}
</style>
border-color css
<style>
span { border-color: #18DBCC; }
span { border-color: rgb(24,219,204); }
td.TdClassName
{
border-color: #18DBCC;
}
.TagClassName
{
border-color: #18DBCC;
}
</style>