Shades of Bright Turquoise #15F0EE
Tints of Bright Turquoise #15F0EE
RGB
CMYK
RGB Variations
Color information
#15F0EE (or 0x15F0EE) is known color: Bright Turquoise. HEX triplet: 15, F0 and EE. RGB value is (21,240,238). Sum of RGB (Red+Green+Blue) = 21+240+238=499 (66% of max value = 765). Red value is 21 (8.59% from 255 or 4.21% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #15F0EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15F0EE is #EA0F11. Grayscale: #AEAEAE. Windows color (decimal): -15339282 or 15659029. OLE color: 15659029.
HSL color Cylindrical-coordinate representation of color #15F0EE: hue angle of 179.45º 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 #15F0EE is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 240 | 238 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.06 |
| HSL | 179.45º | 0.88% | 0.51% | - |
| HSV(B) | 179.45º | 0.91% | 0.94% | - |
| XYZ | 46.9 | 68.65 | 91.67 | - |
| YUV | 174.29 | 163.95 | 18.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 240 | 238 | 0.91 | 0 | 0.01 | 0.06 | 179.45 | 0.88 | 0.51 |
| Hex | 15 | F0 | EE | 5B | 0 | 1 | 6 | B3 | 58 | 33 |
| Octal | 25 | 360 | 356 | 133 | 0 | 1 | 6 | 263 | 130 | 63 |
| Binary | 10101 | 11110000 | 11101110 | 1011011 | 0 | 1 | 110 | 10110011 | 1011000 | 110011 |
Color Harmonies of #15F0EE
Complementary color
Monochromatic Colors of #15F0EE
Black with #15F0EE
Text Example
Text Example
White with #15F0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F0EE; }
p { color: rgb(21,240,238); }
H1.HeaderClassName
{
color: #15F0EE;
}
.AnyTagClassName
{
color: #15F0EE;
}
</style>
background-color css
<style>
a { background-color: #15F0EE; }
a { background-color: rgb(21,240,238); }
div.DivClassName
{
background-color: #15F0EE;
}
.BgClassName
{
background-color: #15F0EE;
}
</style>
border-color css
<style>
span { border-color: #15F0EE; }
span { border-color: rgb(21,240,238); }
td.TdClassName
{
border-color: #15F0EE;
}
.TagClassName
{
border-color: #15F0EE;
}
</style>