Shades of Bright Turquoise #25E4DF
Tints of Bright Turquoise #25E4DF
RGB
CMYK
RGB Variations
Color information
#25E4DF (or 0x25E4DF) is known color: Bright Turquoise. HEX triplet: 25, E4 and DF. RGB value is (37,228,223). Sum of RGB (Red+Green+Blue) = 37+228+223=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #25E4DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E4DF is #DA1B20. Grayscale: #AAAAAA. Windows color (decimal): -14293793 or 14672933. OLE color: 14672933.
HSL color Cylindrical-coordinate representation of color #25E4DF: hue angle of 178.43º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E4DF is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 228 | 223 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.11 |
| HSL | 178.43º | 0.78% | 0.52% | - |
| HSV(B) | 178.43º | 0.84% | 0.89% | - |
| XYZ | 41.83 | 61.21 | 79.42 | - |
| YUV | 170.32 | 157.72 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 228 | 223 | 0.84 | 0 | 0.02 | 0.11 | 178.43 | 0.78 | 0.52 |
| Hex | 25 | E4 | DF | 54 | 0 | 2 | B | B2 | 4E | 34 |
| Octal | 45 | 344 | 337 | 124 | 0 | 2 | 13 | 262 | 116 | 64 |
| Binary | 100101 | 11100100 | 11011111 | 1010100 | 0 | 10 | 1011 | 10110010 | 1001110 | 110100 |
Color Harmonies of #25E4DF
Complementary color
Monochromatic Colors of #25E4DF
Black with #25E4DF
Text Example
Text Example
White with #25E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E4DF; }
p { color: rgb(37,228,223); }
H1.HeaderClassName
{
color: #25E4DF;
}
.AnyTagClassName
{
color: #25E4DF;
}
</style>
background-color css
<style>
a { background-color: #25E4DF; }
a { background-color: rgb(37,228,223); }
div.DivClassName
{
background-color: #25E4DF;
}
.BgClassName
{
background-color: #25E4DF;
}
</style>
border-color css
<style>
span { border-color: #25E4DF; }
span { border-color: rgb(37,228,223); }
td.TdClassName
{
border-color: #25E4DF;
}
.TagClassName
{
border-color: #25E4DF;
}
</style>