Shades of Bright Turquoise #25FEDB
Tints of Bright Turquoise #25FEDB
RGB
CMYK
RGB Variations
Color information
#25FEDB (or 0x25FEDB) is known color: Bright Turquoise. HEX triplet: 25, FE and DB. RGB value is (37,254,219). Sum of RGB (Red+Green+Blue) = 37+254+219=510 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.25% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FEDB is #DA0124. Grayscale: #B9B9B9. Windows color (decimal): -14287141 or 14417445. OLE color: 14417445.
HSL color Cylindrical-coordinate representation of color #25FEDB: hue angle of 170.32º 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 #25FEDB is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 219 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.00 |
| HSL | 170.32º | 0.99% | 0.57% | - |
| HSV(B) | 170.32º | 0.85% | 1% | - |
| XYZ | 48.99 | 76.39 | 79.18 | - |
| YUV | 185.13 | 147.11 | 22.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 219 | 0.85 | 0 | 0.14 | 0.00 | 170.32 | 0.99 | 0.57 |
| Hex | 25 | FE | DB | 55 | 0 | E | 0 | AA | 63 | 39 |
| Octal | 45 | 376 | 333 | 125 | 0 | 16 | 0 | 252 | 143 | 71 |
| Binary | 100101 | 11111110 | 11011011 | 1010101 | 0 | 1110 | 0 | 10101010 | 1100011 | 111001 |
Color Harmonies of #25FEDB
Complementary color
Monochromatic Colors of #25FEDB
Black with #25FEDB
Text Example
Text Example
White with #25FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEDB; }
p { color: rgb(37,254,219); }
H1.HeaderClassName
{
color: #25FEDB;
}
.AnyTagClassName
{
color: #25FEDB;
}
</style>
background-color css
<style>
a { background-color: #25FEDB; }
a { background-color: rgb(37,254,219); }
div.DivClassName
{
background-color: #25FEDB;
}
.BgClassName
{
background-color: #25FEDB;
}
</style>
border-color css
<style>
span { border-color: #25FEDB; }
span { border-color: rgb(37,254,219); }
td.TdClassName
{
border-color: #25FEDB;
}
.TagClassName
{
border-color: #25FEDB;
}
</style>