Shades of Bright Turquoise #15F0E7
Tints of Bright Turquoise #15F0E7
RGB
CMYK
RGB Variations
Color information
#15F0E7 (or 0x15F0E7) is known color: Bright Turquoise. HEX triplet: 15, F0 and E7. RGB value is (21,240,231). Sum of RGB (Red+Green+Blue) = 21+240+231=492 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.27% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #15F0E7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0E7 is #EA0F18. Grayscale: #ADADAD. Windows color (decimal): -15339289 or 15200277. OLE color: 15200277.
HSL color Cylindrical-coordinate representation of color #15F0E7: hue angle of 177.53º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F0E7 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 240 | 231 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.06 |
| HSL | 177.53º | 0.88% | 0.51% | - |
| HSV(B) | 177.53º | 0.91% | 0.94% | - |
| XYZ | 45.89 | 68.25 | 86.36 | - |
| YUV | 173.49 | 160.45 | 19.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 231 | 0.91 | 0 | 0.04 | 0.06 | 177.53 | 0.88 | 0.51 |
| Hex | 15 | F0 | E7 | 5B | 0 | 4 | 6 | B2 | 58 | 33 |
| Octal | 25 | 360 | 347 | 133 | 0 | 4 | 6 | 262 | 130 | 63 |
| Binary | 10101 | 11110000 | 11100111 | 1011011 | 0 | 100 | 110 | 10110010 | 1011000 | 110011 |
Color Harmonies of #15F0E7
Complementary color
Monochromatic Colors of #15F0E7
Black with #15F0E7
Text Example
Text Example
White with #15F0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F0E7; }
p { color: rgb(21,240,231); }
H1.HeaderClassName
{
color: #15F0E7;
}
.AnyTagClassName
{
color: #15F0E7;
}
</style>
background-color css
<style>
a { background-color: #15F0E7; }
a { background-color: rgb(21,240,231); }
div.DivClassName
{
background-color: #15F0E7;
}
.BgClassName
{
background-color: #15F0E7;
}
</style>
border-color css
<style>
span { border-color: #15F0E7; }
span { border-color: rgb(21,240,231); }
td.TdClassName
{
border-color: #15F0E7;
}
.TagClassName
{
border-color: #15F0E7;
}
</style>