Shades of Bright Turquoise #15EDEF
Tints of Bright Turquoise #15EDEF
RGB
CMYK
RGB Variations
Color information
#15EDEF (or 0x15EDEF) is known color: Bright Turquoise. HEX triplet: 15, ED and EF. RGB value is (21,237,239). Sum of RGB (Red+Green+Blue) = 21+237+239=497 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.23% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #15EDEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15EDEF is #EA1210. Grayscale: #ACACAC. Windows color (decimal): -15340049 or 15723797. OLE color: 15723797.
HSL color Cylindrical-coordinate representation of color #15EDEF: hue angle of 180.55º 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 #15EDEF is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 237 | 239 | - |
| CMYK | 0.91 | 0.01 | 0 | 0.06 |
| HSL | 180.55º | 0.87% | 0.51% | - |
| HSV(B) | 180.55º | 0.91% | 0.94% | - |
| XYZ | 46.17 | 66.96 | 92.15 | - |
| YUV | 172.64 | 165.44 | 19.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 237 | 239 | 0.91 | 0.01 | 0 | 0.06 | 180.55 | 0.87 | 0.51 |
| Hex | 15 | ED | EF | 5B | 1 | 0 | 6 | B5 | 57 | 33 |
| Octal | 25 | 355 | 357 | 133 | 1 | 0 | 6 | 265 | 127 | 63 |
| Binary | 10101 | 11101101 | 11101111 | 1011011 | 1 | 0 | 110 | 10110101 | 1010111 | 110011 |
Color Harmonies of #15EDEF
Complementary color
Monochromatic Colors of #15EDEF
Black with #15EDEF
Text Example
Text Example
White with #15EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15EDEF; }
p { color: rgb(21,237,239); }
H1.HeaderClassName
{
color: #15EDEF;
}
.AnyTagClassName
{
color: #15EDEF;
}
</style>
background-color css
<style>
a { background-color: #15EDEF; }
a { background-color: rgb(21,237,239); }
div.DivClassName
{
background-color: #15EDEF;
}
.BgClassName
{
background-color: #15EDEF;
}
</style>
border-color css
<style>
span { border-color: #15EDEF; }
span { border-color: rgb(21,237,239); }
td.TdClassName
{
border-color: #15EDEF;
}
.TagClassName
{
border-color: #15EDEF;
}
</style>