Shades of Bright Turquoise #15DDCB
Tints of Bright Turquoise #15DDCB
RGB
CMYK
RGB Variations
Color information
#15DDCB (or 0x15DDCB) is known color: Bright Turquoise. HEX triplet: 15, DD and CB. RGB value is (21,221,203). Sum of RGB (Red+Green+Blue) = 21+221+203=445 (58% of max value = 765). Red value is 21 (8.59% from 255 or 4.72% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #15DDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DDCB is #EA2234. Grayscale: #9F9F9F. Windows color (decimal): -15344181 or 13360405. OLE color: 13360405.
HSL color Cylindrical-coordinate representation of color #15DDCB: hue angle of 174.6º 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 #15DDCB is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 203 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.13 |
| HSL | 174.6º | 0.83% | 0.47% | - |
| HSV(B) | 174.6º | 0.9% | 0.87% | - |
| XYZ | 36.95 | 56.18 | 65.4 | - |
| YUV | 159.15 | 152.74 | 29.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 203 | 0.90 | 0 | 0.08 | 0.13 | 174.6 | 0.83 | 0.47 |
| Hex | 15 | DD | CB | 5A | 0 | 8 | D | AF | 53 | 2F |
| Octal | 25 | 335 | 313 | 132 | 0 | 10 | 15 | 257 | 123 | 57 |
| Binary | 10101 | 11011101 | 11001011 | 1011010 | 0 | 1000 | 1101 | 10101111 | 1010011 | 101111 |
Color Harmonies of #15DDCB
Complementary color
Monochromatic Colors of #15DDCB
Black with #15DDCB
Text Example
Text Example
White with #15DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDCB; }
p { color: rgb(21,221,203); }
H1.HeaderClassName
{
color: #15DDCB;
}
.AnyTagClassName
{
color: #15DDCB;
}
</style>
background-color css
<style>
a { background-color: #15DDCB; }
a { background-color: rgb(21,221,203); }
div.DivClassName
{
background-color: #15DDCB;
}
.BgClassName
{
background-color: #15DDCB;
}
</style>
border-color css
<style>
span { border-color: #15DDCB; }
span { border-color: rgb(21,221,203); }
td.TdClassName
{
border-color: #15DDCB;
}
.TagClassName
{
border-color: #15DDCB;
}
</style>