Shades of Bright Turquoise #15EFE0
Tints of Bright Turquoise #15EFE0
RGB
CMYK
RGB Variations
Color information
#15EFE0 (or 0x15EFE0) is known color: Bright Turquoise. HEX triplet: 15, EF and E0. RGB value is (21,239,224). Sum of RGB (Red+Green+Blue) = 21+239+224=484 (64% of max value = 765). Red value is 21 (8.59% from 255 or 4.34% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #15EFE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15EFE0 is #EA101F. Grayscale: #ABABAB. Windows color (decimal): -15339552 or 14741269. OLE color: 14741269.
HSL color Cylindrical-coordinate representation of color #15EFE0: hue angle of 175.87º degrees, saturation: 0.87, 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 #15EFE0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 239 | 224 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.06 |
| HSL | 175.87º | 0.87% | 0.51% | - |
| HSV(B) | 175.87º | 0.91% | 0.94% | - |
| XYZ | 44.63 | 67.27 | 81.15 | - |
| YUV | 172.11 | 157.28 | 20.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 239 | 224 | 0.91 | 0 | 0.06 | 0.06 | 175.87 | 0.87 | 0.51 |
| Hex | 15 | EF | E0 | 5B | 0 | 6 | 6 | B0 | 57 | 33 |
| Octal | 25 | 357 | 340 | 133 | 0 | 6 | 6 | 260 | 127 | 63 |
| Binary | 10101 | 11101111 | 11100000 | 1011011 | 0 | 110 | 110 | 10110000 | 1010111 | 110011 |
Color Harmonies of #15EFE0
Complementary color
Monochromatic Colors of #15EFE0
Black with #15EFE0
Text Example
Text Example
White with #15EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EFE0; }
p { color: rgb(21,239,224); }
H1.HeaderClassName
{
color: #15EFE0;
}
.AnyTagClassName
{
color: #15EFE0;
}
</style>
background-color css
<style>
a { background-color: #15EFE0; }
a { background-color: rgb(21,239,224); }
div.DivClassName
{
background-color: #15EFE0;
}
.BgClassName
{
background-color: #15EFE0;
}
</style>
border-color css
<style>
span { border-color: #15EFE0; }
span { border-color: rgb(21,239,224); }
td.TdClassName
{
border-color: #15EFE0;
}
.TagClassName
{
border-color: #15EFE0;
}
</style>