Shades of Bright Turquoise #15DCDD
Tints of Bright Turquoise #15DCDD
RGB
CMYK
RGB Variations
Color information
#15DCDD (or 0x15DCDD) is known color: Bright Turquoise. HEX triplet: 15, DC and DD. RGB value is (21,220,221). Sum of RGB (Red+Green+Blue) = 21+220+221=462 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.55% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #15DCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCDD is #EA2322. Grayscale: #A0A0A0. Windows color (decimal): -15344419 or 14539797. OLE color: 14539797.
HSL color Cylindrical-coordinate representation of color #15DCDD: hue angle of 180.3º 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 #15DCDD is Cyan = 0.90, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 220 | 221 | - |
| CMYK | 0.90 | 0.00 | 0 | 0.13 |
| HSL | 180.3º | 0.83% | 0.47% | - |
| HSV(B) | 180.3º | 0.9% | 0.87% | - |
| XYZ | 38.95 | 56.57 | 77.27 | - |
| YUV | 160.61 | 162.07 | 28.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 221 | 0.90 | 0.00 | 0 | 0.13 | 180.3 | 0.83 | 0.47 |
| Hex | 15 | DC | DD | 5A | 0 | 0 | D | B4 | 53 | 2F |
| Octal | 25 | 334 | 335 | 132 | 0 | 0 | 15 | 264 | 123 | 57 |
| Binary | 10101 | 11011100 | 11011101 | 1011010 | 0 | 0 | 1101 | 10110100 | 1010011 | 101111 |
Color Harmonies of #15DCDD
Complementary color
Monochromatic Colors of #15DCDD
Black with #15DCDD
Text Example
Text Example
White with #15DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCDD; }
p { color: rgb(21,220,221); }
H1.HeaderClassName
{
color: #15DCDD;
}
.AnyTagClassName
{
color: #15DCDD;
}
</style>
background-color css
<style>
a { background-color: #15DCDD; }
a { background-color: rgb(21,220,221); }
div.DivClassName
{
background-color: #15DCDD;
}
.BgClassName
{
background-color: #15DCDD;
}
</style>
border-color css
<style>
span { border-color: #15DCDD; }
span { border-color: rgb(21,220,221); }
td.TdClassName
{
border-color: #15DCDD;
}
.TagClassName
{
border-color: #15DCDD;
}
</style>