Shades of Bright Turquoise #18DBE7
Tints of Bright Turquoise #18DBE7
RGB
CMYK
RGB Variations
Color information
#18DBE7 (or 0x18DBE7) is known color: Bright Turquoise. HEX triplet: 18, DB and E7. RGB value is (24,219,231). Sum of RGB (Red+Green+Blue) = 24+219+231=474 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.06% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #18DBE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBE7 is #E72418. Grayscale: #A1A1A1. Windows color (decimal): -15148057 or 15194904. OLE color: 15194904.
HSL color Cylindrical-coordinate representation of color #18DBE7: hue angle of 183.48º degrees, saturation: 0.81, 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 #18DBE7 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 219 | 231 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.09 |
| HSL | 183.48º | 0.81% | 0.5% | - |
| HSV(B) | 183.48º | 0.9% | 0.91% | - |
| XYZ | 40.13 | 56.63 | 84.42 | - |
| YUV | 162.06 | 166.9 | 29.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 231 | 0.90 | 0.05 | 0 | 0.09 | 183.48 | 0.81 | 0.5 |
| Hex | 18 | DB | E7 | 5A | 5 | 0 | 9 | B7 | 51 | 32 |
| Octal | 30 | 333 | 347 | 132 | 5 | 0 | 11 | 267 | 121 | 62 |
| Binary | 11000 | 11011011 | 11100111 | 1011010 | 101 | 0 | 1001 | 10110111 | 1010001 | 110010 |
Color Harmonies of #18DBE7
Complementary color
Monochromatic Colors of #18DBE7
Black with #18DBE7
Text Example
Text Example
White with #18DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBE7; }
p { color: rgb(24,219,231); }
H1.HeaderClassName
{
color: #18DBE7;
}
.AnyTagClassName
{
color: #18DBE7;
}
</style>
background-color css
<style>
a { background-color: #18DBE7; }
a { background-color: rgb(24,219,231); }
div.DivClassName
{
background-color: #18DBE7;
}
.BgClassName
{
background-color: #18DBE7;
}
</style>
border-color css
<style>
span { border-color: #18DBE7; }
span { border-color: rgb(24,219,231); }
td.TdClassName
{
border-color: #18DBE7;
}
.TagClassName
{
border-color: #18DBE7;
}
</style>