Shades of Bright Turquoise #18FCD0
Tints of Bright Turquoise #18FCD0
RGB
CMYK
RGB Variations
Color information
#18FCD0 (or 0x18FCD0) is known color: Bright Turquoise. HEX triplet: 18, FC and D0. RGB value is (24,252,208). Sum of RGB (Red+Green+Blue) = 24+252+208=484 (64% of max value = 765). Red value is 24 (9.77% from 255 or 4.96% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCD0 is #E7032F. Grayscale: #B2B2B2. Windows color (decimal): -15139632 or 13696024. OLE color: 13696024.
HSL color Cylindrical-coordinate representation of color #18FCD0: hue angle of 168.42º 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 #18FCD0 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 208 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.01 |
| HSL | 168.42º | 0.97% | 0.54% | - |
| HSV(B) | 168.42º | 0.9% | 0.99% | - |
| XYZ | 46.57 | 74.37 | 71.57 | - |
| YUV | 178.81 | 144.46 | 17.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 208 | 0.90 | 0 | 0.17 | 0.01 | 168.42 | 0.97 | 0.54 |
| Hex | 18 | FC | D0 | 5A | 0 | 11 | 1 | A8 | 61 | 36 |
| Octal | 30 | 374 | 320 | 132 | 0 | 21 | 1 | 250 | 141 | 66 |
| Binary | 11000 | 11111100 | 11010000 | 1011010 | 0 | 10001 | 1 | 10101000 | 1100001 | 110110 |
Color Harmonies of #18FCD0
Complementary color
Monochromatic Colors of #18FCD0
Black with #18FCD0
Text Example
Text Example
White with #18FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCD0; }
p { color: rgb(24,252,208); }
H1.HeaderClassName
{
color: #18FCD0;
}
.AnyTagClassName
{
color: #18FCD0;
}
</style>
background-color css
<style>
a { background-color: #18FCD0; }
a { background-color: rgb(24,252,208); }
div.DivClassName
{
background-color: #18FCD0;
}
.BgClassName
{
background-color: #18FCD0;
}
</style>
border-color css
<style>
span { border-color: #18FCD0; }
span { border-color: rgb(24,252,208); }
td.TdClassName
{
border-color: #18FCD0;
}
.TagClassName
{
border-color: #18FCD0;
}
</style>