Shades of Bright Turquoise #15ECDF
Tints of Bright Turquoise #15ECDF
RGB
CMYK
RGB Variations
Color information
#15ECDF (or 0x15ECDF) is known color: Bright Turquoise. HEX triplet: 15, EC and DF. RGB value is (21,236,223). Sum of RGB (Red+Green+Blue) = 21+236+223=480 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.38% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #15ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #15ECDF is #EA1320. Grayscale: #AAAAAA. Windows color (decimal): -15340321 or 14674965. OLE color: 14674965.
HSL color Cylindrical-coordinate representation of color #15ECDF: hue angle of 176.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15ECDF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 236 | 223 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.07 |
| HSL | 176.37º | 0.85% | 0.5% | - |
| HSV(B) | 176.37º | 0.91% | 0.93% | - |
| XYZ | 43.62 | 65.48 | 80.15 | - |
| YUV | 170.23 | 157.77 | 21.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 236 | 223 | 0.91 | 0 | 0.06 | 0.07 | 176.37 | 0.85 | 0.5 |
| Hex | 15 | EC | DF | 5B | 0 | 6 | 7 | B0 | 55 | 32 |
| Octal | 25 | 354 | 337 | 133 | 0 | 6 | 7 | 260 | 125 | 62 |
| Binary | 10101 | 11101100 | 11011111 | 1011011 | 0 | 110 | 111 | 10110000 | 1010101 | 110010 |
Color Harmonies of #15ECDF
Complementary color
Monochromatic Colors of #15ECDF
Black with #15ECDF
Text Example
Text Example
White with #15ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15ECDF; }
p { color: rgb(21,236,223); }
H1.HeaderClassName
{
color: #15ECDF;
}
.AnyTagClassName
{
color: #15ECDF;
}
</style>
background-color css
<style>
a { background-color: #15ECDF; }
a { background-color: rgb(21,236,223); }
div.DivClassName
{
background-color: #15ECDF;
}
.BgClassName
{
background-color: #15ECDF;
}
</style>
border-color css
<style>
span { border-color: #15ECDF; }
span { border-color: rgb(21,236,223); }
td.TdClassName
{
border-color: #15ECDF;
}
.TagClassName
{
border-color: #15ECDF;
}
</style>