Shades of Bright Turquoise #15FDDD
Tints of Bright Turquoise #15FDDD
RGB
CMYK
RGB Variations
Color information
#15FDDD (or 0x15FDDD) is known color: Bright Turquoise. HEX triplet: 15, FD and DD. RGB value is (21,253,221). Sum of RGB (Red+Green+Blue) = 21+253+221=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #15FDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15FDDD is #EA0222. Grayscale: #B3B3B3. Windows color (decimal): -15335971 or 14548245. OLE color: 14548245.
HSL color Cylindrical-coordinate representation of color #15FDDD: hue angle of 171.72º 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 #15FDDD is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 21 | 253 | 221 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.01 |
| HSL | 171.72º | 0.98% | 0.54% | - |
| HSV(B) | 171.72º | 0.92% | 0.99% | - |
| XYZ | 48.49 | 75.63 | 80.45 | - |
| YUV | 179.98 | 151.14 | 14.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 253 | 221 | 0.92 | 0 | 0.13 | 0.01 | 171.72 | 0.98 | 0.54 |
| Hex | 15 | FD | DD | 5C | 0 | D | 1 | AC | 62 | 36 |
| Octal | 25 | 375 | 335 | 134 | 0 | 15 | 1 | 254 | 142 | 66 |
| Binary | 10101 | 11111101 | 11011101 | 1011100 | 0 | 1101 | 1 | 10101100 | 1100010 | 110110 |
Color Harmonies of #15FDDD
Complementary color
Monochromatic Colors of #15FDDD
Black with #15FDDD
Text Example
Text Example
White with #15FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FDDD; }
p { color: rgb(21,253,221); }
H1.HeaderClassName
{
color: #15FDDD;
}
.AnyTagClassName
{
color: #15FDDD;
}
</style>
background-color css
<style>
a { background-color: #15FDDD; }
a { background-color: rgb(21,253,221); }
div.DivClassName
{
background-color: #15FDDD;
}
.BgClassName
{
background-color: #15FDDD;
}
</style>
border-color css
<style>
span { border-color: #15FDDD; }
span { border-color: rgb(21,253,221); }
td.TdClassName
{
border-color: #15FDDD;
}
.TagClassName
{
border-color: #15FDDD;
}
</style>