Shades of Bright Turquoise #15FFE7
Tints of Bright Turquoise #15FFE7
RGB
CMYK
RGB Variations
Color information
#15FFE7 (or 0x15FFE7) is known color: Bright Turquoise. HEX triplet: 15, FF and E7. RGB value is (21,255,231). Sum of RGB (Red+Green+Blue) = 21+255+231=507 (67% of max value = 765). Red value is 21 (8.59% from 255 or 4.14% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFE7 is #EA0018. Grayscale: #B6B6B6. Windows color (decimal): -15335449 or 15204117. OLE color: 15204117.
HSL color Cylindrical-coordinate representation of color #15FFE7: hue angle of 173.85º 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 #15FFE7 is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 231 | - |
| CMYK | 0.92 | 0 | 0.09 | 0 |
| HSL | 173.85º | 1% | 0.54% | - |
| HSV(B) | 173.85º | 0.92% | 1% | - |
| XYZ | 50.49 | 77.45 | 87.89 | - |
| YUV | 182.3 | 155.48 | 12.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 231 | 0.92 | 0 | 0.09 | 0 | 173.85 | 1 | 0.54 |
| Hex | 15 | FF | E7 | 5C | 0 | 9 | 0 | AE | 64 | 36 |
| Octal | 25 | 377 | 347 | 134 | 0 | 11 | 0 | 256 | 144 | 66 |
| Binary | 10101 | 11111111 | 11100111 | 1011100 | 0 | 1001 | 0 | 10101110 | 1100100 | 110110 |
Color Harmonies of #15FFE7
Complementary color
Monochromatic Colors of #15FFE7
Black with #15FFE7
Text Example
Text Example
White with #15FFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFE7; }
p { color: rgb(21,255,231); }
H1.HeaderClassName
{
color: #15FFE7;
}
.AnyTagClassName
{
color: #15FFE7;
}
</style>
background-color css
<style>
a { background-color: #15FFE7; }
a { background-color: rgb(21,255,231); }
div.DivClassName
{
background-color: #15FFE7;
}
.BgClassName
{
background-color: #15FFE7;
}
</style>
border-color css
<style>
span { border-color: #15FFE7; }
span { border-color: rgb(21,255,231); }
td.TdClassName
{
border-color: #15FFE7;
}
.TagClassName
{
border-color: #15FFE7;
}
</style>