Shades of Bright Turquoise #15EED0
Tints of Bright Turquoise #15EED0
RGB
CMYK
RGB Variations
Color information
#15EED0 (or 0x15EED0) is known color: Bright Turquoise. HEX triplet: 15, EE and D0. RGB value is (21,238,208). Sum of RGB (Red+Green+Blue) = 21+238+208=467 (61% of max value = 765). Red value is 21 (8.59% from 255 or 4.50% from 467); Green value is 238 (93.36% from 255 or 50.96% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 238 - color contains mainly: green. Hex color #15EED0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EED0 is #EA112F. Grayscale: #A9A9A9. Windows color (decimal): -15339824 or 13692437. OLE color: 13692437.
HSL color Cylindrical-coordinate representation of color #15EED0: hue angle of 171.71º 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 #15EED0 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 238 | 208 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.07 |
| HSL | 171.71º | 0.86% | 0.51% | - |
| HSV(B) | 171.71º | 0.91% | 0.93% | - |
| XYZ | 42.27 | 65.86 | 70.16 | - |
| YUV | 169.7 | 149.61 | 21.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 238 | 208 | 0.91 | 0 | 0.13 | 0.07 | 171.71 | 0.86 | 0.51 |
| Hex | 15 | EE | D0 | 5B | 0 | D | 7 | AC | 56 | 33 |
| Octal | 25 | 356 | 320 | 133 | 0 | 15 | 7 | 254 | 126 | 63 |
| Binary | 10101 | 11101110 | 11010000 | 1011011 | 0 | 1101 | 111 | 10101100 | 1010110 | 110011 |
Color Harmonies of #15EED0
Complementary color
Monochromatic Colors of #15EED0
Black with #15EED0
Text Example
Text Example
White with #15EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EED0; }
p { color: rgb(21,238,208); }
H1.HeaderClassName
{
color: #15EED0;
}
.AnyTagClassName
{
color: #15EED0;
}
</style>
background-color css
<style>
a { background-color: #15EED0; }
a { background-color: rgb(21,238,208); }
div.DivClassName
{
background-color: #15EED0;
}
.BgClassName
{
background-color: #15EED0;
}
</style>
border-color css
<style>
span { border-color: #15EED0; }
span { border-color: rgb(21,238,208); }
td.TdClassName
{
border-color: #15EED0;
}
.TagClassName
{
border-color: #15EED0;
}
</style>