Shades of Bright Turquoise #18FCDE
Tints of Bright Turquoise #18FCDE
RGB
CMYK
RGB Variations
Color information
#18FCDE (or 0x18FCDE) is known color: Bright Turquoise. HEX triplet: 18, FC and DE. RGB value is (24,252,222). Sum of RGB (Red+Green+Blue) = 24+252+222=498 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.82% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCDE is #E70321. Grayscale: #B4B4B4. Windows color (decimal): -15139618 or 14613528. OLE color: 14613528.
HSL color Cylindrical-coordinate representation of color #18FCDE: hue angle of 172.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18FCDE is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 222 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.01 |
| HSL | 172.11º | 0.97% | 0.54% | - |
| HSV(B) | 172.11º | 0.9% | 0.99% | - |
| XYZ | 48.37 | 75.09 | 81.05 | - |
| YUV | 180.41 | 151.46 | 16.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 222 | 0.90 | 0 | 0.12 | 0.01 | 172.11 | 0.97 | 0.54 |
| Hex | 18 | FC | DE | 5A | 0 | C | 1 | AC | 61 | 36 |
| Octal | 30 | 374 | 336 | 132 | 0 | 14 | 1 | 254 | 141 | 66 |
| Binary | 11000 | 11111100 | 11011110 | 1011010 | 0 | 1100 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #18FCDE
Complementary color
Monochromatic Colors of #18FCDE
Black with #18FCDE
Text Example
Text Example
White with #18FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCDE; }
p { color: rgb(24,252,222); }
H1.HeaderClassName
{
color: #18FCDE;
}
.AnyTagClassName
{
color: #18FCDE;
}
</style>
background-color css
<style>
a { background-color: #18FCDE; }
a { background-color: rgb(24,252,222); }
div.DivClassName
{
background-color: #18FCDE;
}
.BgClassName
{
background-color: #18FCDE;
}
</style>
border-color css
<style>
span { border-color: #18FCDE; }
span { border-color: rgb(24,252,222); }
td.TdClassName
{
border-color: #18FCDE;
}
.TagClassName
{
border-color: #18FCDE;
}
</style>