Shades of Bright Turquoise #25FFEE
Tints of Bright Turquoise #25FFEE
RGB
CMYK
RGB Variations
Color information
#25FFEE (or 0x25FFEE) is known color: Bright Turquoise. HEX triplet: 25, FF and EE. RGB value is (37,255,238). Sum of RGB (Red+Green+Blue) = 37+255+238=530 (70% of max value = 765). Red value is 37 (14.84% from 255 or 6.98% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FFEE is #DA0011. Grayscale: #BBBBBB. Windows color (decimal): -14286866 or 15662885. OLE color: 15662885.
HSL color Cylindrical-coordinate representation of color #25FFEE: hue angle of 175.32º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFEE is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 238 | - |
| CMYK | 0.85 | 0 | 0.07 | 0 |
| HSL | 175.32º | 1% | 0.57% | - |
| HSV(B) | 175.32º | 0.85% | 1% | - |
| XYZ | 51.96 | 78.09 | 93.22 | - |
| YUV | 187.88 | 156.28 | 20.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 238 | 0.85 | 0 | 0.07 | 0 | 175.32 | 1 | 0.57 |
| Hex | 25 | FF | EE | 55 | 0 | 7 | 0 | AF | 64 | 39 |
| Octal | 45 | 377 | 356 | 125 | 0 | 7 | 0 | 257 | 144 | 71 |
| Binary | 100101 | 11111111 | 11101110 | 1010101 | 0 | 111 | 0 | 10101111 | 1100100 | 111001 |
Color Harmonies of #25FFEE
Complementary color
Monochromatic Colors of #25FFEE
Black with #25FFEE
Text Example
Text Example
White with #25FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFEE; }
p { color: rgb(37,255,238); }
H1.HeaderClassName
{
color: #25FFEE;
}
.AnyTagClassName
{
color: #25FFEE;
}
</style>
background-color css
<style>
a { background-color: #25FFEE; }
a { background-color: rgb(37,255,238); }
div.DivClassName
{
background-color: #25FFEE;
}
.BgClassName
{
background-color: #25FFEE;
}
</style>
border-color css
<style>
span { border-color: #25FFEE; }
span { border-color: rgb(37,255,238); }
td.TdClassName
{
border-color: #25FFEE;
}
.TagClassName
{
border-color: #25FFEE;
}
</style>