Shades of Bright Turquoise #15EDD7
Tints of Bright Turquoise #15EDD7
RGB
CMYK
RGB Variations
Color information
#15EDD7 (or 0x15EDD7) is known color: Bright Turquoise. HEX triplet: 15, ED and D7. RGB value is (21,237,215). Sum of RGB (Red+Green+Blue) = 21+237+215=473 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.44% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #15EDD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EDD7 is #EA1228. Grayscale: #A9A9A9. Windows color (decimal): -15340073 or 14150933. OLE color: 14150933.
HSL color Cylindrical-coordinate representation of color #15EDD7: hue angle of 173.89º 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 #15EDD7 is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 237 | 215 | - |
| CMYK | 0.91 | 0 | 0.09 | 0.07 |
| HSL | 173.89º | 0.86% | 0.51% | - |
| HSV(B) | 173.89º | 0.91% | 0.93% | - |
| XYZ | 42.86 | 65.63 | 74.7 | - |
| YUV | 169.91 | 153.44 | 21.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 237 | 215 | 0.91 | 0 | 0.09 | 0.07 | 173.89 | 0.86 | 0.51 |
| Hex | 15 | ED | D7 | 5B | 0 | 9 | 7 | AE | 56 | 33 |
| Octal | 25 | 355 | 327 | 133 | 0 | 11 | 7 | 256 | 126 | 63 |
| Binary | 10101 | 11101101 | 11010111 | 1011011 | 0 | 1001 | 111 | 10101110 | 1010110 | 110011 |
Color Harmonies of #15EDD7
Complementary color
Monochromatic Colors of #15EDD7
Black with #15EDD7
Text Example
Text Example
White with #15EDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EDD7; }
p { color: rgb(21,237,215); }
H1.HeaderClassName
{
color: #15EDD7;
}
.AnyTagClassName
{
color: #15EDD7;
}
</style>
background-color css
<style>
a { background-color: #15EDD7; }
a { background-color: rgb(21,237,215); }
div.DivClassName
{
background-color: #15EDD7;
}
.BgClassName
{
background-color: #15EDD7;
}
</style>
border-color css
<style>
span { border-color: #15EDD7; }
span { border-color: rgb(21,237,215); }
td.TdClassName
{
border-color: #15EDD7;
}
.TagClassName
{
border-color: #15EDD7;
}
</style>