Shades of Bright Turquoise #15FDD0
Tints of Bright Turquoise #15FDD0
RGB
CMYK
RGB Variations
Color information
#15FDD0 (or 0x15FDD0) is known color: Bright Turquoise. HEX triplet: 15, FD and D0. RGB value is (21,253,208). Sum of RGB (Red+Green+Blue) = 21+253+208=482 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.36% from 482); Green value is 253 (99.22% from 255 or 52.49% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FDD0 is #EA022F. Grayscale: #B2B2B2. Windows color (decimal): -15335984 or 13696277. OLE color: 13696277.
HSL color Cylindrical-coordinate representation of color #15FDD0: hue angle of 168.36º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FDD0 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 208 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.01 |
| HSL | 168.36º | 0.98% | 0.54% | - |
| HSV(B) | 168.36º | 0.92% | 0.99% | - |
| XYZ | 46.82 | 74.96 | 71.68 | - |
| YUV | 178.5 | 144.64 | 15.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 208 | 0.92 | 0 | 0.18 | 0.01 | 168.36 | 0.98 | 0.54 |
| Hex | 15 | FD | D0 | 5C | 0 | 12 | 1 | A8 | 62 | 36 |
| Octal | 25 | 375 | 320 | 134 | 0 | 22 | 1 | 250 | 142 | 66 |
| Binary | 10101 | 11111101 | 11010000 | 1011100 | 0 | 10010 | 1 | 10101000 | 1100010 | 110110 |
Color Harmonies of #15FDD0
Complementary color
Monochromatic Colors of #15FDD0
Black with #15FDD0
Text Example
Text Example
White with #15FDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDD0; }
p { color: rgb(21,253,208); }
H1.HeaderClassName
{
color: #15FDD0;
}
.AnyTagClassName
{
color: #15FDD0;
}
</style>
background-color css
<style>
a { background-color: #15FDD0; }
a { background-color: rgb(21,253,208); }
div.DivClassName
{
background-color: #15FDD0;
}
.BgClassName
{
background-color: #15FDD0;
}
</style>
border-color css
<style>
span { border-color: #15FDD0; }
span { border-color: rgb(21,253,208); }
td.TdClassName
{
border-color: #15FDD0;
}
.TagClassName
{
border-color: #15FDD0;
}
</style>