Shades of Bright Turquoise #18DEE9
Tints of Bright Turquoise #18DEE9
RGB
CMYK
RGB Variations
Color information
#18DEE9 (or 0x18DEE9) is known color: Bright Turquoise. HEX triplet: 18, DE and E9. RGB value is (24,222,233). Sum of RGB (Red+Green+Blue) = 24+222+233=479 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.01% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #18DEE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DEE9 is #E72116. Grayscale: #A3A3A3. Windows color (decimal): -15147287 or 15326744. OLE color: 15326744.
HSL color Cylindrical-coordinate representation of color #18DEE9: hue angle of 183.16º degrees, saturation: 0.83, 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 #18DEE9 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 24 | 222 | 233 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.09 |
| HSL | 183.16º | 0.83% | 0.5% | - |
| HSV(B) | 183.16º | 0.9% | 0.91% | - |
| XYZ | 41.21 | 58.32 | 86.18 | - |
| YUV | 164.05 | 166.9 | 28.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 233 | 0.90 | 0.05 | 0 | 0.09 | 183.16 | 0.83 | 0.5 |
| Hex | 18 | DE | E9 | 5A | 5 | 0 | 9 | B7 | 53 | 32 |
| Octal | 30 | 336 | 351 | 132 | 5 | 0 | 11 | 267 | 123 | 62 |
| Binary | 11000 | 11011110 | 11101001 | 1011010 | 101 | 0 | 1001 | 10110111 | 1010011 | 110010 |
Color Harmonies of #18DEE9
Complementary color
Monochromatic Colors of #18DEE9
Black with #18DEE9
Text Example
Text Example
White with #18DEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DEE9; }
p { color: rgb(24,222,233); }
H1.HeaderClassName
{
color: #18DEE9;
}
.AnyTagClassName
{
color: #18DEE9;
}
</style>
background-color css
<style>
a { background-color: #18DEE9; }
a { background-color: rgb(24,222,233); }
div.DivClassName
{
background-color: #18DEE9;
}
.BgClassName
{
background-color: #18DEE9;
}
</style>
border-color css
<style>
span { border-color: #18DEE9; }
span { border-color: rgb(24,222,233); }
td.TdClassName
{
border-color: #18DEE9;
}
.TagClassName
{
border-color: #18DEE9;
}
</style>