Shades of Bright Turquoise #15FFE6
Tints of Bright Turquoise #15FFE6
RGB
CMYK
RGB Variations
Color information
#15FFE6 (or 0x15FFE6) is known color: Bright Turquoise. HEX triplet: 15, FF and E6. RGB value is (21,255,230). Sum of RGB (Red+Green+Blue) = 21+255+230=506 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.15% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFE6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFE6 is #EA0019. Grayscale: #B6B6B6. Windows color (decimal): -15335450 or 15138581. OLE color: 15138581.
HSL color Cylindrical-coordinate representation of color #15FFE6: hue angle of 173.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFE6 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 230 | - |
| CMYK | 0.92 | 0 | 0.10 | 0 |
| HSL | 173.59º | 1% | 0.54% | - |
| HSV(B) | 173.59º | 0.92% | 1% | - |
| XYZ | 50.35 | 77.39 | 87.15 | - |
| YUV | 182.18 | 154.98 | 13.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 230 | 0.92 | 0 | 0.10 | 0 | 173.59 | 1 | 0.54 |
| Hex | 15 | FF | E6 | 5C | 0 | A | 0 | AE | 64 | 36 |
| Octal | 25 | 377 | 346 | 134 | 0 | 12 | 0 | 256 | 144 | 66 |
| Binary | 10101 | 11111111 | 11100110 | 1011100 | 0 | 1010 | 0 | 10101110 | 1100100 | 110110 |
Color Harmonies of #15FFE6
Complementary color
Monochromatic Colors of #15FFE6
Black with #15FFE6
Text Example
Text Example
White with #15FFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFE6; }
p { color: rgb(21,255,230); }
H1.HeaderClassName
{
color: #15FFE6;
}
.AnyTagClassName
{
color: #15FFE6;
}
</style>
background-color css
<style>
a { background-color: #15FFE6; }
a { background-color: rgb(21,255,230); }
div.DivClassName
{
background-color: #15FFE6;
}
.BgClassName
{
background-color: #15FFE6;
}
</style>
border-color css
<style>
span { border-color: #15FFE6; }
span { border-color: rgb(21,255,230); }
td.TdClassName
{
border-color: #15FFE6;
}
.TagClassName
{
border-color: #15FFE6;
}
</style>