Shades of Bright Turquoise #15E7FA
Tints of Bright Turquoise #15E7FA
RGB
CMYK
RGB Variations
Color information
#15E7FA (or 0x15E7FA) is known color: Bright Turquoise. HEX triplet: 15, E7 and FA. RGB value is (21,231,250). Sum of RGB (Red+Green+Blue) = 21+231+250=502 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.18% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #15E7FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15E7FA is #EA1805. Grayscale: #AAAAAA. Windows color (decimal): -15341574 or 16443157. OLE color: 16443157.
HSL color Cylindrical-coordinate representation of color #15E7FA: hue angle of 184.98º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15E7FA is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 231 | 250 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.02 |
| HSL | 184.98º | 0.96% | 0.53% | - |
| HSV(B) | 184.98º | 0.92% | 0.98% | - |
| XYZ | 46.14 | 64.21 | 100.41 | - |
| YUV | 170.38 | 172.93 | 21.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 231 | 250 | 0.92 | 0.08 | 0 | 0.02 | 184.98 | 0.96 | 0.53 |
| Hex | 15 | E7 | FA | 5C | 8 | 0 | 2 | B9 | 60 | 35 |
| Octal | 25 | 347 | 372 | 134 | 10 | 0 | 2 | 271 | 140 | 65 |
| Binary | 10101 | 11100111 | 11111010 | 1011100 | 1000 | 0 | 10 | 10111001 | 1100000 | 110101 |
Color Harmonies of #15E7FA
Complementary color
Monochromatic Colors of #15E7FA
Black with #15E7FA
Text Example
Text Example
White with #15E7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15E7FA; }
p { color: rgb(21,231,250); }
H1.HeaderClassName
{
color: #15E7FA;
}
.AnyTagClassName
{
color: #15E7FA;
}
</style>
background-color css
<style>
a { background-color: #15E7FA; }
a { background-color: rgb(21,231,250); }
div.DivClassName
{
background-color: #15E7FA;
}
.BgClassName
{
background-color: #15E7FA;
}
</style>
border-color css
<style>
span { border-color: #15E7FA; }
span { border-color: rgb(21,231,250); }
td.TdClassName
{
border-color: #15E7FA;
}
.TagClassName
{
border-color: #15E7FA;
}
</style>