Shades of Bright Turquoise #15F7E3
Tints of Bright Turquoise #15F7E3
RGB
CMYK
RGB Variations
Color information
#15F7E3 (or 0x15F7E3) is known color: Bright Turquoise. HEX triplet: 15, F7 and E3. RGB value is (21,247,227). Sum of RGB (Red+Green+Blue) = 21+247+227=495 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.24% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #15F7E3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15F7E3 is #EA081C. Grayscale: #B1B1B1. Windows color (decimal): -15337501 or 14939925. OLE color: 14939925.
HSL color Cylindrical-coordinate representation of color #15F7E3: hue angle of 174.69º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F7E3 is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 21 | 247 | 227 | - |
| CMYK | 0.91 | 0 | 0.08 | 0.03 |
| HSL | 174.69º | 0.93% | 0.53% | - |
| HSV(B) | 174.69º | 0.91% | 0.97% | - |
| XYZ | 47.44 | 72.23 | 84.11 | - |
| YUV | 177.15 | 156.13 | 16.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 247 | 227 | 0.91 | 0 | 0.08 | 0.03 | 174.69 | 0.93 | 0.53 |
| Hex | 15 | F7 | E3 | 5B | 0 | 8 | 3 | AF | 5D | 35 |
| Octal | 25 | 367 | 343 | 133 | 0 | 10 | 3 | 257 | 135 | 65 |
| Binary | 10101 | 11110111 | 11100011 | 1011011 | 0 | 1000 | 11 | 10101111 | 1011101 | 110101 |
Color Harmonies of #15F7E3
Complementary color
Monochromatic Colors of #15F7E3
Black with #15F7E3
Text Example
Text Example
White with #15F7E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F7E3; }
p { color: rgb(21,247,227); }
H1.HeaderClassName
{
color: #15F7E3;
}
.AnyTagClassName
{
color: #15F7E3;
}
</style>
background-color css
<style>
a { background-color: #15F7E3; }
a { background-color: rgb(21,247,227); }
div.DivClassName
{
background-color: #15F7E3;
}
.BgClassName
{
background-color: #15F7E3;
}
</style>
border-color css
<style>
span { border-color: #15F7E3; }
span { border-color: rgb(21,247,227); }
td.TdClassName
{
border-color: #15F7E3;
}
.TagClassName
{
border-color: #15F7E3;
}
</style>