Shades of Bright Turquoise #18FFDB
Tints of Bright Turquoise #18FFDB
RGB
CMYK
RGB Variations
Color information
#18FFDB (or 0x18FFDB) is known color: Bright Turquoise. HEX triplet: 18, FF and DB. RGB value is (24,255,219). Sum of RGB (Red+Green+Blue) = 24+255+219=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FFDB is #E70024. Grayscale: #B5B5B5. Windows color (decimal): -15138853 or 14417688. OLE color: 14417688.
HSL color Cylindrical-coordinate representation of color #18FFDB: hue angle of 170.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFDB is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 219 | - |
| CMYK | 0.91 | 0 | 0.14 | 0 |
| HSL | 170.65º | 1% | 0.55% | - |
| HSV(B) | 170.65º | 0.91% | 1% | - |
| XYZ | 48.92 | 76.83 | 79.27 | - |
| YUV | 181.83 | 148.97 | 15.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 219 | 0.91 | 0 | 0.14 | 0 | 170.65 | 1 | 0.55 |
| Hex | 18 | FF | DB | 5B | 0 | E | 0 | AB | 64 | 37 |
| Octal | 30 | 377 | 333 | 133 | 0 | 16 | 0 | 253 | 144 | 67 |
| Binary | 11000 | 11111111 | 11011011 | 1011011 | 0 | 1110 | 0 | 10101011 | 1100100 | 110111 |
Color Harmonies of #18FFDB
Complementary color
Monochromatic Colors of #18FFDB
Black with #18FFDB
Text Example
Text Example
White with #18FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFDB; }
p { color: rgb(24,255,219); }
H1.HeaderClassName
{
color: #18FFDB;
}
.AnyTagClassName
{
color: #18FFDB;
}
</style>
background-color css
<style>
a { background-color: #18FFDB; }
a { background-color: rgb(24,255,219); }
div.DivClassName
{
background-color: #18FFDB;
}
.BgClassName
{
background-color: #18FFDB;
}
</style>
border-color css
<style>
span { border-color: #18FFDB; }
span { border-color: rgb(24,255,219); }
td.TdClassName
{
border-color: #18FFDB;
}
.TagClassName
{
border-color: #18FFDB;
}
</style>