Shades of Bright Turquoise #25FEE6
Tints of Bright Turquoise #25FEE6
RGB
CMYK
RGB Variations
Color information
#25FEE6 (or 0x25FEE6) is known color: Bright Turquoise. HEX triplet: 25, FE and E6. RGB value is (37,254,230). Sum of RGB (Red+Green+Blue) = 37+254+230=521 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.10% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FEE6 is #DA0119. Grayscale: #BABABA. Windows color (decimal): -14287130 or 15138341. OLE color: 15138341.
HSL color Cylindrical-coordinate representation of color #25FEE6: hue angle of 173.36º 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 #25FEE6 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 230 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.00 |
| HSL | 173.36º | 0.99% | 0.57% | - |
| HSV(B) | 173.36º | 0.85% | 1% | - |
| XYZ | 50.49 | 76.99 | 87.06 | - |
| YUV | 186.38 | 152.61 | 21.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 230 | 0.85 | 0 | 0.09 | 0.00 | 173.36 | 0.99 | 0.57 |
| Hex | 25 | FE | E6 | 55 | 0 | 9 | 0 | AD | 63 | 39 |
| Octal | 45 | 376 | 346 | 125 | 0 | 11 | 0 | 255 | 143 | 71 |
| Binary | 100101 | 11111110 | 11100110 | 1010101 | 0 | 1001 | 0 | 10101101 | 1100011 | 111001 |
Color Harmonies of #25FEE6
Complementary color
Monochromatic Colors of #25FEE6
Black with #25FEE6
Text Example
Text Example
White with #25FEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEE6; }
p { color: rgb(37,254,230); }
H1.HeaderClassName
{
color: #25FEE6;
}
.AnyTagClassName
{
color: #25FEE6;
}
</style>
background-color css
<style>
a { background-color: #25FEE6; }
a { background-color: rgb(37,254,230); }
div.DivClassName
{
background-color: #25FEE6;
}
.BgClassName
{
background-color: #25FEE6;
}
</style>
border-color css
<style>
span { border-color: #25FEE6; }
span { border-color: rgb(37,254,230); }
td.TdClassName
{
border-color: #25FEE6;
}
.TagClassName
{
border-color: #25FEE6;
}
</style>