Shades of Bright Turquoise #15DCD4
Tints of Bright Turquoise #15DCD4
RGB
CMYK
RGB Variations
Color information
#15DCD4 (or 0x15DCD4) is known color: Bright Turquoise. HEX triplet: 15, DC and D4. RGB value is (21,220,212). Sum of RGB (Red+Green+Blue) = 21+220+212=453 (60% of max value = 765). Red value is 21 (8.59% from 255 or 4.64% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #15DCD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15DCD4 is #EA232B. Grayscale: #9F9F9F. Windows color (decimal): -15344428 or 13949973. OLE color: 13949973.
HSL color Cylindrical-coordinate representation of color #15DCD4: hue angle of 177.59º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DCD4 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 220 | 212 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.14 |
| HSL | 177.59º | 0.83% | 0.47% | - |
| HSV(B) | 177.59º | 0.9% | 0.86% | - |
| XYZ | 37.79 | 56.1 | 71.12 | - |
| YUV | 159.59 | 157.57 | 29.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 220 | 212 | 0.90 | 0 | 0.04 | 0.14 | 177.59 | 0.83 | 0.47 |
| Hex | 15 | DC | D4 | 5A | 0 | 4 | E | B2 | 53 | 2F |
| Octal | 25 | 334 | 324 | 132 | 0 | 4 | 16 | 262 | 123 | 57 |
| Binary | 10101 | 11011100 | 11010100 | 1011010 | 0 | 100 | 1110 | 10110010 | 1010011 | 101111 |
Color Harmonies of #15DCD4
Complementary color
Monochromatic Colors of #15DCD4
Black with #15DCD4
Text Example
Text Example
White with #15DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DCD4; }
p { color: rgb(21,220,212); }
H1.HeaderClassName
{
color: #15DCD4;
}
.AnyTagClassName
{
color: #15DCD4;
}
</style>
background-color css
<style>
a { background-color: #15DCD4; }
a { background-color: rgb(21,220,212); }
div.DivClassName
{
background-color: #15DCD4;
}
.BgClassName
{
background-color: #15DCD4;
}
</style>
border-color css
<style>
span { border-color: #15DCD4; }
span { border-color: rgb(21,220,212); }
td.TdClassName
{
border-color: #15DCD4;
}
.TagClassName
{
border-color: #15DCD4;
}
</style>