Shades of Bright Turquoise #15F0ED
Tints of Bright Turquoise #15F0ED
RGB
CMYK
RGB Variations
Color information
#15F0ED (or 0x15F0ED) is known color: Bright Turquoise. HEX triplet: 15, F0 and ED. RGB value is (21,240,237). Sum of RGB (Red+Green+Blue) = 21+240+237=498 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.22% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #15F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0ED is #EA0F12. Grayscale: #ADADAD. Windows color (decimal): -15339283 or 15593493. OLE color: 15593493.
HSL color Cylindrical-coordinate representation of color #15F0ED: hue angle of 179.18º 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 #15F0ED is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 240 | 237 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.06 |
| HSL | 179.18º | 0.88% | 0.51% | - |
| HSV(B) | 179.18º | 0.91% | 0.94% | - |
| XYZ | 46.76 | 68.59 | 90.9 | - |
| YUV | 174.18 | 163.45 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 237 | 0.91 | 0 | 0.01 | 0.06 | 179.18 | 0.88 | 0.51 |
| Hex | 15 | F0 | ED | 5B | 0 | 1 | 6 | B3 | 58 | 33 |
| Octal | 25 | 360 | 355 | 133 | 0 | 1 | 6 | 263 | 130 | 63 |
| Binary | 10101 | 11110000 | 11101101 | 1011011 | 0 | 1 | 110 | 10110011 | 1011000 | 110011 |
Color Harmonies of #15F0ED
Complementary color
Monochromatic Colors of #15F0ED
Black with #15F0ED
Text Example
Text Example
White with #15F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F0ED; }
p { color: rgb(21,240,237); }
H1.HeaderClassName
{
color: #15F0ED;
}
.AnyTagClassName
{
color: #15F0ED;
}
</style>
background-color css
<style>
a { background-color: #15F0ED; }
a { background-color: rgb(21,240,237); }
div.DivClassName
{
background-color: #15F0ED;
}
.BgClassName
{
background-color: #15F0ED;
}
</style>
border-color css
<style>
span { border-color: #15F0ED; }
span { border-color: rgb(21,240,237); }
td.TdClassName
{
border-color: #15F0ED;
}
.TagClassName
{
border-color: #15F0ED;
}
</style>