Shades of Bright Turquoise #15E0DD
Tints of Bright Turquoise #15E0DD
RGB
CMYK
RGB Variations
Color information
#15E0DD (or 0x15E0DD) is known color: Bright Turquoise. HEX triplet: 15, E0 and DD. RGB value is (21,224,221). Sum of RGB (Red+Green+Blue) = 21+224+221=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #15E0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #15E0DD is #EA1F22. Grayscale: #A2A2A2. Windows color (decimal): -15343395 or 14540821. OLE color: 14540821.
HSL color Cylindrical-coordinate representation of color #15E0DD: hue angle of 179.11º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E0DD is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 224 | 221 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.12 |
| HSL | 179.11º | 0.83% | 0.48% | - |
| HSV(B) | 179.11º | 0.91% | 0.88% | - |
| XYZ | 40.02 | 58.69 | 77.63 | - |
| YUV | 162.96 | 160.75 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 224 | 221 | 0.91 | 0 | 0.01 | 0.12 | 179.11 | 0.83 | 0.48 |
| Hex | 15 | E0 | DD | 5B | 0 | 1 | C | B3 | 53 | 30 |
| Octal | 25 | 340 | 335 | 133 | 0 | 1 | 14 | 263 | 123 | 60 |
| Binary | 10101 | 11100000 | 11011101 | 1011011 | 0 | 1 | 1100 | 10110011 | 1010011 | 110000 |
Color Harmonies of #15E0DD
Complementary color
Monochromatic Colors of #15E0DD
Black with #15E0DD
Text Example
Text Example
White with #15E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E0DD; }
p { color: rgb(21,224,221); }
H1.HeaderClassName
{
color: #15E0DD;
}
.AnyTagClassName
{
color: #15E0DD;
}
</style>
background-color css
<style>
a { background-color: #15E0DD; }
a { background-color: rgb(21,224,221); }
div.DivClassName
{
background-color: #15E0DD;
}
.BgClassName
{
background-color: #15E0DD;
}
</style>
border-color css
<style>
span { border-color: #15E0DD; }
span { border-color: rgb(21,224,221); }
td.TdClassName
{
border-color: #15E0DD;
}
.TagClassName
{
border-color: #15E0DD;
}
</style>