Shades of Bright Turquoise #18FCCD
Tints of Bright Turquoise #18FCCD
RGB
CMYK
RGB Variations
Color information
#18FCCD (or 0x18FCCD) is known color: Bright Turquoise. HEX triplet: 18, FC and CD. RGB value is (24,252,205). Sum of RGB (Red+Green+Blue) = 24+252+205=481 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.99% from 481); Green value is 252 (98.83% from 255 or 52.39% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 252 - color contains mainly: green. Hex color #18FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FCCD is #E70332. Grayscale: #B2B2B2. Windows color (decimal): -15139635 or 13499416. OLE color: 13499416.
HSL color Cylindrical-coordinate representation of color #18FCCD: hue angle of 167.63º 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 #18FCCD is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 252 | 205 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.01 |
| HSL | 167.63º | 0.97% | 0.54% | - |
| HSV(B) | 167.63º | 0.9% | 0.99% | - |
| XYZ | 46.21 | 74.22 | 69.65 | - |
| YUV | 178.47 | 142.96 | 17.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 252 | 205 | 0.90 | 0 | 0.19 | 0.01 | 167.63 | 0.97 | 0.54 |
| Hex | 18 | FC | CD | 5A | 0 | 13 | 1 | A8 | 61 | 36 |
| Octal | 30 | 374 | 315 | 132 | 0 | 23 | 1 | 250 | 141 | 66 |
| Binary | 11000 | 11111100 | 11001101 | 1011010 | 0 | 10011 | 1 | 10101000 | 1100001 | 110110 |
Color Harmonies of #18FCCD
Complementary color
Monochromatic Colors of #18FCCD
Black with #18FCCD
Text Example
Text Example
White with #18FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FCCD; }
p { color: rgb(24,252,205); }
H1.HeaderClassName
{
color: #18FCCD;
}
.AnyTagClassName
{
color: #18FCCD;
}
</style>
background-color css
<style>
a { background-color: #18FCCD; }
a { background-color: rgb(24,252,205); }
div.DivClassName
{
background-color: #18FCCD;
}
.BgClassName
{
background-color: #18FCCD;
}
</style>
border-color css
<style>
span { border-color: #18FCCD; }
span { border-color: rgb(24,252,205); }
td.TdClassName
{
border-color: #18FCCD;
}
.TagClassName
{
border-color: #18FCCD;
}
</style>