Shades of Bright Turquoise #15FCD8
Tints of Bright Turquoise #15FCD8
RGB
CMYK
RGB Variations
Color information
#15FCD8 (or 0x15FCD8) is known color: Bright Turquoise. HEX triplet: 15, FC and D8. RGB value is (21,252,216). Sum of RGB (Red+Green+Blue) = 21+252+216=489 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.29% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCD8 is #EA0327. Grayscale: #B2B2B2. Windows color (decimal): -15336232 or 14220309. OLE color: 14220309.
HSL color Cylindrical-coordinate representation of color #15FCD8: hue angle of 170.65º degrees, saturation: 0.97, 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 #15FCD8 is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 216 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.01 |
| HSL | 170.65º | 0.97% | 0.54% | - |
| HSV(B) | 170.65º | 0.92% | 0.99% | - |
| XYZ | 47.51 | 74.74 | 76.89 | - |
| YUV | 178.83 | 148.97 | 15.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 216 | 0.92 | 0 | 0.14 | 0.01 | 170.65 | 0.97 | 0.54 |
| Hex | 15 | FC | D8 | 5C | 0 | E | 1 | AB | 61 | 36 |
| Octal | 25 | 374 | 330 | 134 | 0 | 16 | 1 | 253 | 141 | 66 |
| Binary | 10101 | 11111100 | 11011000 | 1011100 | 0 | 1110 | 1 | 10101011 | 1100001 | 110110 |
Color Harmonies of #15FCD8
Complementary color
Monochromatic Colors of #15FCD8
Black with #15FCD8
Text Example
Text Example
White with #15FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCD8; }
p { color: rgb(21,252,216); }
H1.HeaderClassName
{
color: #15FCD8;
}
.AnyTagClassName
{
color: #15FCD8;
}
</style>
background-color css
<style>
a { background-color: #15FCD8; }
a { background-color: rgb(21,252,216); }
div.DivClassName
{
background-color: #15FCD8;
}
.BgClassName
{
background-color: #15FCD8;
}
</style>
border-color css
<style>
span { border-color: #15FCD8; }
span { border-color: rgb(21,252,216); }
td.TdClassName
{
border-color: #15FCD8;
}
.TagClassName
{
border-color: #15FCD8;
}
</style>