Shades of Bright Turquoise #15E6F6
Tints of Bright Turquoise #15E6F6
RGB
CMYK
RGB Variations
Color information
#15E6F6 (or 0x15E6F6) is known color: Bright Turquoise. HEX triplet: 15, E6 and F6. RGB value is (21,230,246). Sum of RGB (Red+Green+Blue) = 21+230+246=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 246 (96.48% from 255 or 49.50% from 497); Max value from RGB is 246 - color contains mainly: blue. Hex color #15E6F6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E6F6 is #EA1909. Grayscale: #A9A9A9. Windows color (decimal): -15341834 or 16180757. OLE color: 16180757.
HSL color Cylindrical-coordinate representation of color #15E6F6: hue angle of 184.27º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15E6F6 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 230 | 246 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.04 |
| HSL | 184.27º | 0.93% | 0.52% | - |
| HSV(B) | 184.27º | 0.91% | 0.96% | - |
| XYZ | 45.24 | 63.41 | 97.04 | - |
| YUV | 169.33 | 171.26 | 22.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 230 | 246 | 0.91 | 0.07 | 0 | 0.04 | 184.27 | 0.93 | 0.52 |
| Hex | 15 | E6 | F6 | 5B | 7 | 0 | 4 | B8 | 5D | 34 |
| Octal | 25 | 346 | 366 | 133 | 7 | 0 | 4 | 270 | 135 | 64 |
| Binary | 10101 | 11100110 | 11110110 | 1011011 | 111 | 0 | 100 | 10111000 | 1011101 | 110100 |
Color Harmonies of #15E6F6
Complementary color
Monochromatic Colors of #15E6F6
Black with #15E6F6
Text Example
Text Example
White with #15E6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E6F6; }
p { color: rgb(21,230,246); }
H1.HeaderClassName
{
color: #15E6F6;
}
.AnyTagClassName
{
color: #15E6F6;
}
</style>
background-color css
<style>
a { background-color: #15E6F6; }
a { background-color: rgb(21,230,246); }
div.DivClassName
{
background-color: #15E6F6;
}
.BgClassName
{
background-color: #15E6F6;
}
</style>
border-color css
<style>
span { border-color: #15E6F6; }
span { border-color: rgb(21,230,246); }
td.TdClassName
{
border-color: #15E6F6;
}
.TagClassName
{
border-color: #15E6F6;
}
</style>