Shades of Bright Turquoise #15E6ED
Tints of Bright Turquoise #15E6ED
RGB
CMYK
RGB Variations
Color information
#15E6ED (or 0x15E6ED) is known color: Bright Turquoise. HEX triplet: 15, E6 and ED. RGB value is (21,230,237). Sum of RGB (Red+Green+Blue) = 21+230+237=488 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.30% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #15E6ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E6ED is #EA1912. Grayscale: #A8A8A8. Windows color (decimal): -15341843 or 15590933. OLE color: 15590933.
HSL color Cylindrical-coordinate representation of color #15E6ED: hue angle of 181.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 #15E6ED is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 230 | 237 | - |
| CMYK | 0.91 | 0.03 | 0 | 0.07 |
| HSL | 181.94º | 0.86% | 0.51% | - |
| HSV(B) | 181.94º | 0.91% | 0.93% | - |
| XYZ | 43.89 | 62.87 | 89.94 | - |
| YUV | 168.31 | 166.76 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 230 | 237 | 0.91 | 0.03 | 0 | 0.07 | 181.94 | 0.86 | 0.51 |
| Hex | 15 | E6 | ED | 5B | 3 | 0 | 7 | B6 | 56 | 33 |
| Octal | 25 | 346 | 355 | 133 | 3 | 0 | 7 | 266 | 126 | 63 |
| Binary | 10101 | 11100110 | 11101101 | 1011011 | 11 | 0 | 111 | 10110110 | 1010110 | 110011 |
Color Harmonies of #15E6ED
Complementary color
Monochromatic Colors of #15E6ED
Black with #15E6ED
Text Example
Text Example
White with #15E6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E6ED; }
p { color: rgb(21,230,237); }
H1.HeaderClassName
{
color: #15E6ED;
}
.AnyTagClassName
{
color: #15E6ED;
}
</style>
background-color css
<style>
a { background-color: #15E6ED; }
a { background-color: rgb(21,230,237); }
div.DivClassName
{
background-color: #15E6ED;
}
.BgClassName
{
background-color: #15E6ED;
}
</style>
border-color css
<style>
span { border-color: #15E6ED; }
span { border-color: rgb(21,230,237); }
td.TdClassName
{
border-color: #15E6ED;
}
.TagClassName
{
border-color: #15E6ED;
}
</style>