Shades of Bright Turquoise #18DBE1
Tints of Bright Turquoise #18DBE1
RGB
CMYK
RGB Variations
Color information
#18DBE1 (or 0x18DBE1) is known color: Bright Turquoise. HEX triplet: 18, DB and E1. RGB value is (24,219,225). Sum of RGB (Red+Green+Blue) = 24+219+225=468 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.13% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 225 (88.28% from 255 or 48.08% from 468); Max value from RGB is 225 - color contains mainly: blue. Hex color #18DBE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DBE1 is #E7241E. Grayscale: #A1A1A1. Windows color (decimal): -15148063 or 14801688. OLE color: 14801688.
HSL color Cylindrical-coordinate representation of color #18DBE1: hue angle of 181.79º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DBE1 is Cyan = 0.89, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 219 | 225 | - |
| CMYK | 0.89 | 0.03 | 0 | 0.12 |
| HSL | 181.79º | 0.81% | 0.49% | - |
| HSV(B) | 181.79º | 0.89% | 0.88% | - |
| XYZ | 39.3 | 56.29 | 80.03 | - |
| YUV | 161.38 | 163.9 | 30.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 219 | 225 | 0.89 | 0.03 | 0 | 0.12 | 181.79 | 0.81 | 0.49 |
| Hex | 18 | DB | E1 | 59 | 3 | 0 | C | B6 | 51 | 31 |
| Octal | 30 | 333 | 341 | 131 | 3 | 0 | 14 | 266 | 121 | 61 |
| Binary | 11000 | 11011011 | 11100001 | 1011001 | 11 | 0 | 1100 | 10110110 | 1010001 | 110001 |
Color Harmonies of #18DBE1
Complementary color
Monochromatic Colors of #18DBE1
Black with #18DBE1
Text Example
Text Example
White with #18DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DBE1; }
p { color: rgb(24,219,225); }
H1.HeaderClassName
{
color: #18DBE1;
}
.AnyTagClassName
{
color: #18DBE1;
}
</style>
background-color css
<style>
a { background-color: #18DBE1; }
a { background-color: rgb(24,219,225); }
div.DivClassName
{
background-color: #18DBE1;
}
.BgClassName
{
background-color: #18DBE1;
}
</style>
border-color css
<style>
span { border-color: #18DBE1; }
span { border-color: rgb(24,219,225); }
td.TdClassName
{
border-color: #18DBE1;
}
.TagClassName
{
border-color: #18DBE1;
}
</style>