Shades of Bright Turquoise #25E9DF
Tints of Bright Turquoise #25E9DF
RGB
CMYK
RGB Variations
Color information
#25E9DF (or 0x25E9DF) is known color: Bright Turquoise. HEX triplet: 25, E9 and DF. RGB value is (37,233,223). Sum of RGB (Red+Green+Blue) = 37+233+223=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #25E9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E9DF is #DA1620. Grayscale: #ADADAD. Windows color (decimal): -14292513 or 14674213. OLE color: 14674213.
HSL color Cylindrical-coordinate representation of color #25E9DF: hue angle of 176.94º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E9DF is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 233 | 223 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.09 |
| HSL | 176.94º | 0.82% | 0.53% | - |
| HSV(B) | 176.94º | 0.84% | 0.91% | - |
| XYZ | 43.22 | 64 | 79.89 | - |
| YUV | 173.26 | 156.07 | 30.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 233 | 223 | 0.84 | 0 | 0.04 | 0.09 | 176.94 | 0.82 | 0.53 |
| Hex | 25 | E9 | DF | 54 | 0 | 4 | 9 | B1 | 52 | 35 |
| Octal | 45 | 351 | 337 | 124 | 0 | 4 | 11 | 261 | 122 | 65 |
| Binary | 100101 | 11101001 | 11011111 | 1010100 | 0 | 100 | 1001 | 10110001 | 1010010 | 110101 |
Color Harmonies of #25E9DF
Complementary color
Monochromatic Colors of #25E9DF
Black with #25E9DF
Text Example
Text Example
White with #25E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E9DF; }
p { color: rgb(37,233,223); }
H1.HeaderClassName
{
color: #25E9DF;
}
.AnyTagClassName
{
color: #25E9DF;
}
</style>
background-color css
<style>
a { background-color: #25E9DF; }
a { background-color: rgb(37,233,223); }
div.DivClassName
{
background-color: #25E9DF;
}
.BgClassName
{
background-color: #25E9DF;
}
</style>
border-color css
<style>
span { border-color: #25E9DF; }
span { border-color: rgb(37,233,223); }
td.TdClassName
{
border-color: #25E9DF;
}
.TagClassName
{
border-color: #25E9DF;
}
</style>