Shades of Bright Turquoise #15DDDD
Tints of Bright Turquoise #15DDDD
RGB
CMYK
RGB Variations
Color information
#15DDDD (or 0x15DDDD) is known color: Bright Turquoise. HEX triplet: 15, DD and DD. RGB value is (21,221,221). Sum of RGB (Red+Green+Blue) = 21+221+221=463 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.54% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #15DDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DDDD is #EA2222. Grayscale: #A1A1A1. Windows color (decimal): -15344163 or 14540053. OLE color: 14540053.
HSL color Cylindrical-coordinate representation of color #15DDDD: hue angle of 180º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DDDD is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 221 | - |
| CMYK | 0.90 | 0 | 0 | 0.13 |
| HSL | 180º | 0.83% | 0.47% | - |
| HSV(B) | 180º | 0.9% | 0.87% | - |
| XYZ | 39.22 | 57.09 | 77.36 | - |
| YUV | 161.2 | 161.74 | 28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 221 | 0.90 | 0 | 0 | 0.13 | 180 | 0.83 | 0.47 |
| Hex | 15 | DD | DD | 5A | 0 | 0 | D | B4 | 53 | 2F |
| Octal | 25 | 335 | 335 | 132 | 0 | 0 | 15 | 264 | 123 | 57 |
| Binary | 10101 | 11011101 | 11011101 | 1011010 | 0 | 0 | 1101 | 10110100 | 1010011 | 101111 |
Color Harmonies of #15DDDD
Complementary color
Monochromatic Colors of #15DDDD
Black with #15DDDD
Text Example
Text Example
White with #15DDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDDD; }
p { color: rgb(21,221,221); }
H1.HeaderClassName
{
color: #15DDDD;
}
.AnyTagClassName
{
color: #15DDDD;
}
</style>
background-color css
<style>
a { background-color: #15DDDD; }
a { background-color: rgb(21,221,221); }
div.DivClassName
{
background-color: #15DDDD;
}
.BgClassName
{
background-color: #15DDDD;
}
</style>
border-color css
<style>
span { border-color: #15DDDD; }
span { border-color: rgb(21,221,221); }
td.TdClassName
{
border-color: #15DDDD;
}
.TagClassName
{
border-color: #15DDDD;
}
</style>