Shades of Bright Turquoise #15DDCC
Tints of Bright Turquoise #15DDCC
RGB
CMYK
RGB Variations
Color information
#15DDCC (or 0x15DDCC) is known color: Bright Turquoise. HEX triplet: 15, DD and CC. RGB value is (21,221,204). Sum of RGB (Red+Green+Blue) = 21+221+204=446 (59% of max value = 765). Red value is 21 (8.59% from 255 or 4.71% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DDCC is #EA2233. Grayscale: #9F9F9F. Windows color (decimal): -15344180 or 13425941. OLE color: 13425941.
HSL color Cylindrical-coordinate representation of color #15DDCC: hue angle of 174.9º 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 #15DDCC is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 204 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.13 |
| HSL | 174.9º | 0.83% | 0.47% | - |
| HSV(B) | 174.9º | 0.9% | 0.87% | - |
| XYZ | 37.06 | 56.23 | 66.03 | - |
| YUV | 159.26 | 153.24 | 29.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 204 | 0.90 | 0 | 0.08 | 0.13 | 174.9 | 0.83 | 0.47 |
| Hex | 15 | DD | CC | 5A | 0 | 8 | D | AF | 53 | 2F |
| Octal | 25 | 335 | 314 | 132 | 0 | 10 | 15 | 257 | 123 | 57 |
| Binary | 10101 | 11011101 | 11001100 | 1011010 | 0 | 1000 | 1101 | 10101111 | 1010011 | 101111 |
Color Harmonies of #15DDCC
Complementary color
Monochromatic Colors of #15DDCC
Black with #15DDCC
Text Example
Text Example
White with #15DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDCC; }
p { color: rgb(21,221,204); }
H1.HeaderClassName
{
color: #15DDCC;
}
.AnyTagClassName
{
color: #15DDCC;
}
</style>
background-color css
<style>
a { background-color: #15DDCC; }
a { background-color: rgb(21,221,204); }
div.DivClassName
{
background-color: #15DDCC;
}
.BgClassName
{
background-color: #15DDCC;
}
</style>
border-color css
<style>
span { border-color: #15DDCC; }
span { border-color: rgb(21,221,204); }
td.TdClassName
{
border-color: #15DDCC;
}
.TagClassName
{
border-color: #15DDCC;
}
</style>