Shades of Bright Turquoise #25ECDD
Tints of Bright Turquoise #25ECDD
RGB
CMYK
RGB Variations
Color information
#25ECDD (or 0x25ECDD) is known color: Bright Turquoise. HEX triplet: 25, EC and DD. RGB value is (37,236,221). Sum of RGB (Red+Green+Blue) = 37+236+221=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #25ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25ECDD is #DA1322. Grayscale: #AEAEAE. Windows color (decimal): -14291747 or 14543909. OLE color: 14543909.
HSL color Cylindrical-coordinate representation of color #25ECDD: hue angle of 175.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25ECDD is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 221 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.07 |
| HSL | 175.48º | 0.84% | 0.54% | - |
| HSV(B) | 175.48º | 0.84% | 0.93% | - |
| XYZ | 43.81 | 65.6 | 78.76 | - |
| YUV | 174.79 | 154.07 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 221 | 0.84 | 0 | 0.06 | 0.07 | 175.48 | 0.84 | 0.54 |
| Hex | 25 | EC | DD | 54 | 0 | 6 | 7 | AF | 54 | 36 |
| Octal | 45 | 354 | 335 | 124 | 0 | 6 | 7 | 257 | 124 | 66 |
| Binary | 100101 | 11101100 | 11011101 | 1010100 | 0 | 110 | 111 | 10101111 | 1010100 | 110110 |
Color Harmonies of #25ECDD
Complementary color
Monochromatic Colors of #25ECDD
Black with #25ECDD
Text Example
Text Example
White with #25ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25ECDD; }
p { color: rgb(37,236,221); }
H1.HeaderClassName
{
color: #25ECDD;
}
.AnyTagClassName
{
color: #25ECDD;
}
</style>
background-color css
<style>
a { background-color: #25ECDD; }
a { background-color: rgb(37,236,221); }
div.DivClassName
{
background-color: #25ECDD;
}
.BgClassName
{
background-color: #25ECDD;
}
</style>
border-color css
<style>
span { border-color: #25ECDD; }
span { border-color: rgb(37,236,221); }
td.TdClassName
{
border-color: #25ECDD;
}
.TagClassName
{
border-color: #25ECDD;
}
</style>