Shades of Bright Turquoise #18DFCE
Tints of Bright Turquoise #18DFCE
RGB
CMYK
RGB Variations
Color information
#18DFCE (or 0x18DFCE) is known color: Bright Turquoise. HEX triplet: 18, DF and CE. RGB value is (24,223,206). Sum of RGB (Red+Green+Blue) = 24+223+206=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #18DFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18DFCE is #E72031. Grayscale: #A1A1A1. Windows color (decimal): -15147058 or 13557528. OLE color: 13557528.
HSL color Cylindrical-coordinate representation of color #18DFCE: hue angle of 174.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DFCE is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 206 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.13 |
| HSL | 174.87º | 0.81% | 0.48% | - |
| HSV(B) | 174.87º | 0.89% | 0.87% | - |
| XYZ | 37.9 | 57.43 | 67.48 | - |
| YUV | 161.56 | 153.07 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 206 | 0.89 | 0 | 0.08 | 0.13 | 174.87 | 0.81 | 0.48 |
| Hex | 18 | DF | CE | 59 | 0 | 8 | D | AF | 51 | 30 |
| Octal | 30 | 337 | 316 | 131 | 0 | 10 | 15 | 257 | 121 | 60 |
| Binary | 11000 | 11011111 | 11001110 | 1011001 | 0 | 1000 | 1101 | 10101111 | 1010001 | 110000 |
Color Harmonies of #18DFCE
Complementary color
Monochromatic Colors of #18DFCE
Black with #18DFCE
Text Example
Text Example
White with #18DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DFCE; }
p { color: rgb(24,223,206); }
H1.HeaderClassName
{
color: #18DFCE;
}
.AnyTagClassName
{
color: #18DFCE;
}
</style>
background-color css
<style>
a { background-color: #18DFCE; }
a { background-color: rgb(24,223,206); }
div.DivClassName
{
background-color: #18DFCE;
}
.BgClassName
{
background-color: #18DFCE;
}
</style>
border-color css
<style>
span { border-color: #18DFCE; }
span { border-color: rgb(24,223,206); }
td.TdClassName
{
border-color: #18DFCE;
}
.TagClassName
{
border-color: #18DFCE;
}
</style>