Shades of Bright Turquoise #25FEDD
Tints of Bright Turquoise #25FEDD
RGB
CMYK
RGB Variations
Color information
#25FEDD (or 0x25FEDD) is known color: Bright Turquoise. HEX triplet: 25, FE and DD. RGB value is (37,254,221). Sum of RGB (Red+Green+Blue) = 37+254+221=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FEDD is #DA0122. Grayscale: #B9B9B9. Windows color (decimal): -14287139 or 14548517. OLE color: 14548517.
HSL color Cylindrical-coordinate representation of color #25FEDD: hue angle of 170.88º 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 #25FEDD is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 221 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.00 |
| HSL | 170.88º | 0.99% | 0.57% | - |
| HSV(B) | 170.88º | 0.85% | 1% | - |
| XYZ | 49.26 | 76.5 | 80.58 | - |
| YUV | 185.36 | 148.11 | 22.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 221 | 0.85 | 0 | 0.13 | 0.00 | 170.88 | 0.99 | 0.57 |
| Hex | 25 | FE | DD | 55 | 0 | D | 0 | AB | 63 | 39 |
| Octal | 45 | 376 | 335 | 125 | 0 | 15 | 0 | 253 | 143 | 71 |
| Binary | 100101 | 11111110 | 11011101 | 1010101 | 0 | 1101 | 0 | 10101011 | 1100011 | 111001 |
Color Harmonies of #25FEDD
Complementary color
Monochromatic Colors of #25FEDD
Black with #25FEDD
Text Example
Text Example
White with #25FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEDD; }
p { color: rgb(37,254,221); }
H1.HeaderClassName
{
color: #25FEDD;
}
.AnyTagClassName
{
color: #25FEDD;
}
</style>
background-color css
<style>
a { background-color: #25FEDD; }
a { background-color: rgb(37,254,221); }
div.DivClassName
{
background-color: #25FEDD;
}
.BgClassName
{
background-color: #25FEDD;
}
</style>
border-color css
<style>
span { border-color: #25FEDD; }
span { border-color: rgb(37,254,221); }
td.TdClassName
{
border-color: #25FEDD;
}
.TagClassName
{
border-color: #25FEDD;
}
</style>