Shades of Bright Turquoise #15EDD0
Tints of Bright Turquoise #15EDD0
RGB
CMYK
RGB Variations
Color information
#15EDD0 (or 0x15EDD0) is known color: Bright Turquoise. HEX triplet: 15, ED and D0. RGB value is (21,237,208). Sum of RGB (Red+Green+Blue) = 21+237+208=466 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.51% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDD0 is #EA122F. Grayscale: #A9A9A9. Windows color (decimal): -15340080 or 13692181. OLE color: 13692181.
HSL color Cylindrical-coordinate representation of color #15EDD0: hue angle of 171.94º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15EDD0 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 237 | 208 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.07 |
| HSL | 171.94º | 0.86% | 0.51% | - |
| HSV(B) | 171.94º | 0.91% | 0.93% | - |
| XYZ | 41.98 | 65.28 | 70.06 | - |
| YUV | 169.11 | 149.94 | 22.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 237 | 208 | 0.91 | 0 | 0.12 | 0.07 | 171.94 | 0.86 | 0.51 |
| Hex | 15 | ED | D0 | 5B | 0 | C | 7 | AC | 56 | 33 |
| Octal | 25 | 355 | 320 | 133 | 0 | 14 | 7 | 254 | 126 | 63 |
| Binary | 10101 | 11101101 | 11010000 | 1011011 | 0 | 1100 | 111 | 10101100 | 1010110 | 110011 |
Color Harmonies of #15EDD0
Complementary color
Monochromatic Colors of #15EDD0
Black with #15EDD0
Text Example
Text Example
White with #15EDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EDD0; }
p { color: rgb(21,237,208); }
H1.HeaderClassName
{
color: #15EDD0;
}
.AnyTagClassName
{
color: #15EDD0;
}
</style>
background-color css
<style>
a { background-color: #15EDD0; }
a { background-color: rgb(21,237,208); }
div.DivClassName
{
background-color: #15EDD0;
}
.BgClassName
{
background-color: #15EDD0;
}
</style>
border-color css
<style>
span { border-color: #15EDD0; }
span { border-color: rgb(21,237,208); }
td.TdClassName
{
border-color: #15EDD0;
}
.TagClassName
{
border-color: #15EDD0;
}
</style>