Shades of Bright Turquoise #25DEFE
Tints of Bright Turquoise #25DEFE
RGB
CMYK
RGB Variations
Color information
#25DEFE (or 0x25DEFE) is known color: Bright Turquoise. HEX triplet: 25, DE and FE. RGB value is (37,222,254). Sum of RGB (Red+Green+Blue) = 37+222+254=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #25DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DEFE is #DA2101. Grayscale: #AAAAAA. Windows color (decimal): -14295298 or 16703013. OLE color: 16703013.
HSL color Cylindrical-coordinate representation of color #25DEFE: hue angle of 188.85º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DEFE is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 222 | 254 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.00 |
| HSL | 188.85º | 0.99% | 0.57% | - |
| HSV(B) | 188.85º | 0.85% | 1% | - |
| XYZ | 44.77 | 59.79 | 102.95 | - |
| YUV | 170.33 | 175.21 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 254 | 0.85 | 0.13 | 0 | 0.00 | 188.85 | 0.99 | 0.57 |
| Hex | 25 | DE | FE | 55 | D | 0 | 0 | BD | 63 | 39 |
| Octal | 45 | 336 | 376 | 125 | 15 | 0 | 0 | 275 | 143 | 71 |
| Binary | 100101 | 11011110 | 11111110 | 1010101 | 1101 | 0 | 0 | 10111101 | 1100011 | 111001 |
Color Harmonies of #25DEFE
Complementary color
Monochromatic Colors of #25DEFE
Black with #25DEFE
Text Example
Text Example
White with #25DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DEFE; }
p { color: rgb(37,222,254); }
H1.HeaderClassName
{
color: #25DEFE;
}
.AnyTagClassName
{
color: #25DEFE;
}
</style>
background-color css
<style>
a { background-color: #25DEFE; }
a { background-color: rgb(37,222,254); }
div.DivClassName
{
background-color: #25DEFE;
}
.BgClassName
{
background-color: #25DEFE;
}
</style>
border-color css
<style>
span { border-color: #25DEFE; }
span { border-color: rgb(37,222,254); }
td.TdClassName
{
border-color: #25DEFE;
}
.TagClassName
{
border-color: #25DEFE;
}
</style>