Shades of Bright Turquoise #25DFE9
Tints of Bright Turquoise #25DFE9
RGB
CMYK
RGB Variations
Color information
#25DFE9 (or 0x25DFE9) is known color: Bright Turquoise. HEX triplet: 25, DF and E9. RGB value is (37,223,233). Sum of RGB (Red+Green+Blue) = 37+223+233=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #25DFE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DFE9 is #DA2016. Grayscale: #A8A8A8. Windows color (decimal): -14295063 or 15327013. OLE color: 15327013.
HSL color Cylindrical-coordinate representation of color #25DFE9: hue angle of 183.06º 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 #25DFE9 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 223 | 233 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.09 |
| HSL | 183.06º | 0.82% | 0.53% | - |
| HSV(B) | 183.06º | 0.84% | 0.91% | - |
| XYZ | 41.86 | 59.05 | 86.28 | - |
| YUV | 168.53 | 164.38 | 34.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 233 | 0.84 | 0.04 | 0 | 0.09 | 183.06 | 0.82 | 0.53 |
| Hex | 25 | DF | E9 | 54 | 4 | 0 | 9 | B7 | 52 | 35 |
| Octal | 45 | 337 | 351 | 124 | 4 | 0 | 11 | 267 | 122 | 65 |
| Binary | 100101 | 11011111 | 11101001 | 1010100 | 100 | 0 | 1001 | 10110111 | 1010010 | 110101 |
Color Harmonies of #25DFE9
Complementary color
Monochromatic Colors of #25DFE9
Black with #25DFE9
Text Example
Text Example
White with #25DFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFE9; }
p { color: rgb(37,223,233); }
H1.HeaderClassName
{
color: #25DFE9;
}
.AnyTagClassName
{
color: #25DFE9;
}
</style>
background-color css
<style>
a { background-color: #25DFE9; }
a { background-color: rgb(37,223,233); }
div.DivClassName
{
background-color: #25DFE9;
}
.BgClassName
{
background-color: #25DFE9;
}
</style>
border-color css
<style>
span { border-color: #25DFE9; }
span { border-color: rgb(37,223,233); }
td.TdClassName
{
border-color: #25DFE9;
}
.TagClassName
{
border-color: #25DFE9;
}
</style>