Shades of Bright Turquoise #15DDDF
Tints of Bright Turquoise #15DDDF
RGB
CMYK
RGB Variations
Color information
#15DDDF (or 0x15DDDF) is known color: Bright Turquoise. HEX triplet: 15, DD and DF. RGB value is (21,221,223). Sum of RGB (Red+Green+Blue) = 21+221+223=465 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.52% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #15DDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DDDF is #EA2220. Grayscale: #A1A1A1. Windows color (decimal): -15344161 or 14671125. OLE color: 14671125.
HSL color Cylindrical-coordinate representation of color #15DDDF: hue angle of 180.59º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DDDF is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 223 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.13 |
| HSL | 180.59º | 0.83% | 0.48% | - |
| HSV(B) | 180.59º | 0.91% | 0.87% | - |
| XYZ | 39.48 | 57.2 | 78.77 | - |
| YUV | 161.43 | 162.74 | 27.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 223 | 0.91 | 0.01 | 0 | 0.13 | 180.59 | 0.83 | 0.48 |
| Hex | 15 | DD | DF | 5B | 1 | 0 | D | B5 | 53 | 30 |
| Octal | 25 | 335 | 337 | 133 | 1 | 0 | 15 | 265 | 123 | 60 |
| Binary | 10101 | 11011101 | 11011111 | 1011011 | 1 | 0 | 1101 | 10110101 | 1010011 | 110000 |
Color Harmonies of #15DDDF
Complementary color
Monochromatic Colors of #15DDDF
Black with #15DDDF
Text Example
Text Example
White with #15DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DDDF; }
p { color: rgb(21,221,223); }
H1.HeaderClassName
{
color: #15DDDF;
}
.AnyTagClassName
{
color: #15DDDF;
}
</style>
background-color css
<style>
a { background-color: #15DDDF; }
a { background-color: rgb(21,221,223); }
div.DivClassName
{
background-color: #15DDDF;
}
.BgClassName
{
background-color: #15DDDF;
}
</style>
border-color css
<style>
span { border-color: #15DDDF; }
span { border-color: rgb(21,221,223); }
td.TdClassName
{
border-color: #15DDDF;
}
.TagClassName
{
border-color: #15DDDF;
}
</style>