Shades of Bright Turquoise #15DADD
Tints of Bright Turquoise #15DADD
RGB
CMYK
RGB Variations
Color information
#15DADD (or 0x15DADD) is known color: Bright Turquoise. HEX triplet: 15, DA and DD. RGB value is (21,218,221). Sum of RGB (Red+Green+Blue) = 21+218+221=460 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.57% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #15DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DADD is #EA2522. Grayscale: #9F9F9F. Windows color (decimal): -15344931 or 14539285. OLE color: 14539285.
HSL color Cylindrical-coordinate representation of color #15DADD: hue angle of 180.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 #15DADD is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 218 | 221 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.13 |
| HSL | 180.9º | 0.83% | 0.47% | - |
| HSV(B) | 180.9º | 0.9% | 0.87% | - |
| XYZ | 38.43 | 55.52 | 77.1 | - |
| YUV | 159.44 | 162.73 | 29.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 221 | 0.90 | 0.01 | 0 | 0.13 | 180.9 | 0.83 | 0.47 |
| Hex | 15 | DA | DD | 5A | 1 | 0 | D | B5 | 53 | 2F |
| Octal | 25 | 332 | 335 | 132 | 1 | 0 | 15 | 265 | 123 | 57 |
| Binary | 10101 | 11011010 | 11011101 | 1011010 | 1 | 0 | 1101 | 10110101 | 1010011 | 101111 |
Color Harmonies of #15DADD
Complementary color
Monochromatic Colors of #15DADD
Black with #15DADD
Text Example
Text Example
White with #15DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DADD; }
p { color: rgb(21,218,221); }
H1.HeaderClassName
{
color: #15DADD;
}
.AnyTagClassName
{
color: #15DADD;
}
</style>
background-color css
<style>
a { background-color: #15DADD; }
a { background-color: rgb(21,218,221); }
div.DivClassName
{
background-color: #15DADD;
}
.BgClassName
{
background-color: #15DADD;
}
</style>
border-color css
<style>
span { border-color: #15DADD; }
span { border-color: rgb(21,218,221); }
td.TdClassName
{
border-color: #15DADD;
}
.TagClassName
{
border-color: #15DADD;
}
</style>