Shades of Bright Turquoise #18DBE8
Tints of Bright Turquoise #18DBE8
RGB
CMYK
RGB Variations
Color information
#18DBE8 (or 0x18DBE8) is known color: Bright Turquoise. HEX triplet: 18, DB and E8. RGB value is (24,219,232). Sum of RGB (Red+Green+Blue) = 24+219+232=475 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #18DBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBE8 is #E72417. Grayscale: #A1A1A1. Windows color (decimal): -15148056 or 15260440. OLE color: 15260440.
HSL color Cylindrical-coordinate representation of color #18DBE8: hue angle of 183.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18DBE8 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 219 | 232 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.09 |
| HSL | 183.75º | 0.82% | 0.5% | - |
| HSV(B) | 183.75º | 0.9% | 0.91% | - |
| XYZ | 40.27 | 56.68 | 85.16 | - |
| YUV | 162.18 | 167.4 | 29.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 232 | 0.90 | 0.06 | 0 | 0.09 | 183.75 | 0.82 | 0.5 |
| Hex | 18 | DB | E8 | 5A | 6 | 0 | 9 | B8 | 52 | 32 |
| Octal | 30 | 333 | 350 | 132 | 6 | 0 | 11 | 270 | 122 | 62 |
| Binary | 11000 | 11011011 | 11101000 | 1011010 | 110 | 0 | 1001 | 10111000 | 1010010 | 110010 |
Color Harmonies of #18DBE8
Complementary color
Monochromatic Colors of #18DBE8
Black with #18DBE8
Text Example
Text Example
White with #18DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBE8; }
p { color: rgb(24,219,232); }
H1.HeaderClassName
{
color: #18DBE8;
}
.AnyTagClassName
{
color: #18DBE8;
}
</style>
background-color css
<style>
a { background-color: #18DBE8; }
a { background-color: rgb(24,219,232); }
div.DivClassName
{
background-color: #18DBE8;
}
.BgClassName
{
background-color: #18DBE8;
}
</style>
border-color css
<style>
span { border-color: #18DBE8; }
span { border-color: rgb(24,219,232); }
td.TdClassName
{
border-color: #18DBE8;
}
.TagClassName
{
border-color: #18DBE8;
}
</style>