Shades of Bright Turquoise #18FDCD
Tints of Bright Turquoise #18FDCD
RGB
CMYK
RGB Variations
Color information
#18FDCD (or 0x18FDCD) is known color: Bright Turquoise. HEX triplet: 18, FD and CD. RGB value is (24,253,205). Sum of RGB (Red+Green+Blue) = 24+253+205=482 (63% of max value = 765). Red value is 24 (9.77% from 255 or 4.98% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #18FDCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #18FDCD is #E70232. Grayscale: #B3B3B3. Windows color (decimal): -15139379 or 13499672. OLE color: 13499672.
HSL color Cylindrical-coordinate representation of color #18FDCD: hue angle of 167.42º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FDCD is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 253 | 205 | - |
| CMYK | 0.91 | 0 | 0.19 | 0.01 |
| HSL | 167.42º | 0.98% | 0.54% | - |
| HSV(B) | 167.42º | 0.91% | 0.99% | - |
| XYZ | 46.52 | 74.85 | 69.75 | - |
| YUV | 179.06 | 142.63 | 17.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 253 | 205 | 0.91 | 0 | 0.19 | 0.01 | 167.42 | 0.98 | 0.54 |
| Hex | 18 | FD | CD | 5B | 0 | 13 | 1 | A7 | 62 | 36 |
| Octal | 30 | 375 | 315 | 133 | 0 | 23 | 1 | 247 | 142 | 66 |
| Binary | 11000 | 11111101 | 11001101 | 1011011 | 0 | 10011 | 1 | 10100111 | 1100010 | 110110 |
Color Harmonies of #18FDCD
Complementary color
Monochromatic Colors of #18FDCD
Black with #18FDCD
Text Example
Text Example
White with #18FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FDCD; }
p { color: rgb(24,253,205); }
H1.HeaderClassName
{
color: #18FDCD;
}
.AnyTagClassName
{
color: #18FDCD;
}
</style>
background-color css
<style>
a { background-color: #18FDCD; }
a { background-color: rgb(24,253,205); }
div.DivClassName
{
background-color: #18FDCD;
}
.BgClassName
{
background-color: #18FDCD;
}
</style>
border-color css
<style>
span { border-color: #18FDCD; }
span { border-color: rgb(24,253,205); }
td.TdClassName
{
border-color: #18FDCD;
}
.TagClassName
{
border-color: #18FDCD;
}
</style>