Shades of Bright Turquoise #15F5ED
Tints of Bright Turquoise #15F5ED
RGB
CMYK
RGB Variations
Color information
#15F5ED (or 0x15F5ED) is known color: Bright Turquoise. HEX triplet: 15, F5 and ED. RGB value is (21,245,237). Sum of RGB (Red+Green+Blue) = 21+245+237=503 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.17% from 503); Green value is 245 (96.09% from 255 or 48.71% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 245 - color contains mainly: green. Hex color #15F5ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F5ED is #EA0A12. Grayscale: #B0B0B0. Windows color (decimal): -15338003 or 15594773. OLE color: 15594773.
HSL color Cylindrical-coordinate representation of color #15F5ED: hue angle of 177.86º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F5ED is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 21 | 245 | 237 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.04 |
| HSL | 177.86º | 0.92% | 0.52% | - |
| HSV(B) | 177.86º | 0.91% | 0.96% | - |
| XYZ | 48.25 | 71.58 | 91.39 | - |
| YUV | 177.11 | 161.79 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 245 | 237 | 0.91 | 0 | 0.03 | 0.04 | 177.86 | 0.92 | 0.52 |
| Hex | 15 | F5 | ED | 5B | 0 | 3 | 4 | B2 | 5C | 34 |
| Octal | 25 | 365 | 355 | 133 | 0 | 3 | 4 | 262 | 134 | 64 |
| Binary | 10101 | 11110101 | 11101101 | 1011011 | 0 | 11 | 100 | 10110010 | 1011100 | 110100 |
Color Harmonies of #15F5ED
Complementary color
Monochromatic Colors of #15F5ED
Black with #15F5ED
Text Example
Text Example
White with #15F5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F5ED; }
p { color: rgb(21,245,237); }
H1.HeaderClassName
{
color: #15F5ED;
}
.AnyTagClassName
{
color: #15F5ED;
}
</style>
background-color css
<style>
a { background-color: #15F5ED; }
a { background-color: rgb(21,245,237); }
div.DivClassName
{
background-color: #15F5ED;
}
.BgClassName
{
background-color: #15F5ED;
}
</style>
border-color css
<style>
span { border-color: #15F5ED; }
span { border-color: rgb(21,245,237); }
td.TdClassName
{
border-color: #15F5ED;
}
.TagClassName
{
border-color: #15F5ED;
}
</style>