Shades of Bright Turquoise #25FDDB
Tints of Bright Turquoise #25FDDB
RGB
CMYK
RGB Variations
Color information
#25FDDB (or 0x25FDDB) is known color: Bright Turquoise. HEX triplet: 25, FD and DB. RGB value is (37,253,219). Sum of RGB (Red+Green+Blue) = 37+253+219=509 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.27% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #25FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FDDB is #DA0224. Grayscale: #B8B8B8. Windows color (decimal): -14287397 or 14417189. OLE color: 14417189.
HSL color Cylindrical-coordinate representation of color #25FDDB: hue angle of 170.56º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FDDB is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 219 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.01 |
| HSL | 170.56º | 0.98% | 0.57% | - |
| HSV(B) | 170.56º | 0.85% | 0.99% | - |
| XYZ | 48.67 | 75.76 | 79.08 | - |
| YUV | 184.54 | 147.44 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 219 | 0.85 | 0 | 0.13 | 0.01 | 170.56 | 0.98 | 0.57 |
| Hex | 25 | FD | DB | 55 | 0 | D | 1 | AB | 62 | 39 |
| Octal | 45 | 375 | 333 | 125 | 0 | 15 | 1 | 253 | 142 | 71 |
| Binary | 100101 | 11111101 | 11011011 | 1010101 | 0 | 1101 | 1 | 10101011 | 1100010 | 111001 |
Color Harmonies of #25FDDB
Complementary color
Monochromatic Colors of #25FDDB
Black with #25FDDB
Text Example
Text Example
White with #25FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FDDB; }
p { color: rgb(37,253,219); }
H1.HeaderClassName
{
color: #25FDDB;
}
.AnyTagClassName
{
color: #25FDDB;
}
</style>
background-color css
<style>
a { background-color: #25FDDB; }
a { background-color: rgb(37,253,219); }
div.DivClassName
{
background-color: #25FDDB;
}
.BgClassName
{
background-color: #25FDDB;
}
</style>
border-color css
<style>
span { border-color: #25FDDB; }
span { border-color: rgb(37,253,219); }
td.TdClassName
{
border-color: #25FDDB;
}
.TagClassName
{
border-color: #25FDDB;
}
</style>