Shades of Bright Turquoise #15FCDD
Tints of Bright Turquoise #15FCDD
RGB
CMYK
RGB Variations
Color information
#15FCDD (or 0x15FCDD) is known color: Bright Turquoise. HEX triplet: 15, FC and DD. RGB value is (21,252,221). Sum of RGB (Red+Green+Blue) = 21+252+221=494 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.25% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #15FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FCDD is #EA0322. Grayscale: #B3B3B3. Windows color (decimal): -15336227 or 14547989. OLE color: 14547989.
HSL color Cylindrical-coordinate representation of color #15FCDD: hue angle of 171.95º 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 #15FCDD is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 252 | 221 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.01 |
| HSL | 171.95º | 0.97% | 0.54% | - |
| HSV(B) | 171.95º | 0.92% | 0.99% | - |
| XYZ | 48.17 | 75 | 80.34 | - |
| YUV | 179.4 | 151.47 | 15.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 252 | 221 | 0.92 | 0 | 0.12 | 0.01 | 171.95 | 0.97 | 0.54 |
| Hex | 15 | FC | DD | 5C | 0 | C | 1 | AC | 61 | 36 |
| Octal | 25 | 374 | 335 | 134 | 0 | 14 | 1 | 254 | 141 | 66 |
| Binary | 10101 | 11111100 | 11011101 | 1011100 | 0 | 1100 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #15FCDD
Complementary color
Monochromatic Colors of #15FCDD
Black with #15FCDD
Text Example
Text Example
White with #15FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FCDD; }
p { color: rgb(21,252,221); }
H1.HeaderClassName
{
color: #15FCDD;
}
.AnyTagClassName
{
color: #15FCDD;
}
</style>
background-color css
<style>
a { background-color: #15FCDD; }
a { background-color: rgb(21,252,221); }
div.DivClassName
{
background-color: #15FCDD;
}
.BgClassName
{
background-color: #15FCDD;
}
</style>
border-color css
<style>
span { border-color: #15FCDD; }
span { border-color: rgb(21,252,221); }
td.TdClassName
{
border-color: #15FCDD;
}
.TagClassName
{
border-color: #15FCDD;
}
</style>