Shades of Bright Turquoise #18FCDD
Tints of Bright Turquoise #18FCDD
RGB
CMYK
RGB Variations
Color information
#18FCDD (or 0x18FCDD) is known color: Bright Turquoise. HEX triplet: 18, FC and DD. RGB value is (24,252,221). Sum of RGB (Red+Green+Blue) = 24+252+221=497 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.83% from 497); Green value is 252 (98.83% from 255 or 50.70% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCDD is #E70322. Grayscale: #B4B4B4. Windows color (decimal): -15139619 or 14547992. OLE color: 14547992.
HSL color Cylindrical-coordinate representation of color #18FCDD: hue angle of 171.84º 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 #18FCDD is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 221 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.01 |
| HSL | 171.84º | 0.97% | 0.54% | - |
| HSV(B) | 171.84º | 0.9% | 0.99% | - |
| XYZ | 48.24 | 75.04 | 80.35 | - |
| YUV | 180.29 | 150.96 | 16.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 221 | 0.90 | 0 | 0.12 | 0.01 | 171.84 | 0.97 | 0.54 |
| Hex | 18 | FC | DD | 5A | 0 | C | 1 | AC | 61 | 36 |
| Octal | 30 | 374 | 335 | 132 | 0 | 14 | 1 | 254 | 141 | 66 |
| Binary | 11000 | 11111100 | 11011101 | 1011010 | 0 | 1100 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #18FCDD
Complementary color
Monochromatic Colors of #18FCDD
Black with #18FCDD
Text Example
Text Example
White with #18FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCDD; }
p { color: rgb(24,252,221); }
H1.HeaderClassName
{
color: #18FCDD;
}
.AnyTagClassName
{
color: #18FCDD;
}
</style>
background-color css
<style>
a { background-color: #18FCDD; }
a { background-color: rgb(24,252,221); }
div.DivClassName
{
background-color: #18FCDD;
}
.BgClassName
{
background-color: #18FCDD;
}
</style>
border-color css
<style>
span { border-color: #18FCDD; }
span { border-color: rgb(24,252,221); }
td.TdClassName
{
border-color: #18FCDD;
}
.TagClassName
{
border-color: #18FCDD;
}
</style>