Shades of Bright Turquoise #25FEEC
Tints of Bright Turquoise #25FEEC
RGB
CMYK
RGB Variations
Color information
#25FEEC (or 0x25FEEC) is known color: Bright Turquoise. HEX triplet: 25, FE and EC. RGB value is (37,254,236). Sum of RGB (Red+Green+Blue) = 37+254+236=527 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.02% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEEC is #DA0113. Grayscale: #BABABA. Windows color (decimal): -14287124 or 15531557. OLE color: 15531557.
HSL color Cylindrical-coordinate representation of color #25FEEC: hue angle of 175.02º 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 #25FEEC is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 236 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.00 |
| HSL | 175.02º | 0.99% | 0.57% | - |
| HSV(B) | 175.02º | 0.85% | 1% | - |
| XYZ | 51.35 | 77.33 | 91.58 | - |
| YUV | 187.07 | 155.61 | 20.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 236 | 0.85 | 0 | 0.07 | 0.00 | 175.02 | 0.99 | 0.57 |
| Hex | 25 | FE | EC | 55 | 0 | 7 | 0 | AF | 63 | 39 |
| Octal | 45 | 376 | 354 | 125 | 0 | 7 | 0 | 257 | 143 | 71 |
| Binary | 100101 | 11111110 | 11101100 | 1010101 | 0 | 111 | 0 | 10101111 | 1100011 | 111001 |
Color Harmonies of #25FEEC
Complementary color
Monochromatic Colors of #25FEEC
Black with #25FEEC
Text Example
Text Example
White with #25FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEEC; }
p { color: rgb(37,254,236); }
H1.HeaderClassName
{
color: #25FEEC;
}
.AnyTagClassName
{
color: #25FEEC;
}
</style>
background-color css
<style>
a { background-color: #25FEEC; }
a { background-color: rgb(37,254,236); }
div.DivClassName
{
background-color: #25FEEC;
}
.BgClassName
{
background-color: #25FEEC;
}
</style>
border-color css
<style>
span { border-color: #25FEEC; }
span { border-color: rgb(37,254,236); }
td.TdClassName
{
border-color: #25FEEC;
}
.TagClassName
{
border-color: #25FEEC;
}
</style>