Shades of Bright Turquoise #25FFDB
Tints of Bright Turquoise #25FFDB
RGB
CMYK
RGB Variations
Color information
#25FFDB (or 0x25FFDB) is known color: Bright Turquoise. HEX triplet: 25, FF and DB. RGB value is (37,255,219). Sum of RGB (Red+Green+Blue) = 37+255+219=511 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.24% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFDB is #DA0024. Grayscale: #B9B9B9. Windows color (decimal): -14286885 or 14417701. OLE color: 14417701.
HSL color Cylindrical-coordinate representation of color #25FFDB: hue angle of 170.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFDB is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 219 | - |
| CMYK | 0.85 | 0 | 0.14 | 0 |
| HSL | 170.09º | 1% | 0.57% | - |
| HSV(B) | 170.09º | 0.85% | 1% | - |
| XYZ | 49.31 | 77.03 | 79.29 | - |
| YUV | 185.71 | 146.78 | 21.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 219 | 0.85 | 0 | 0.14 | 0 | 170.09 | 1 | 0.57 |
| Hex | 25 | FF | DB | 55 | 0 | E | 0 | AA | 64 | 39 |
| Octal | 45 | 377 | 333 | 125 | 0 | 16 | 0 | 252 | 144 | 71 |
| Binary | 100101 | 11111111 | 11011011 | 1010101 | 0 | 1110 | 0 | 10101010 | 1100100 | 111001 |
Color Harmonies of #25FFDB
Complementary color
Monochromatic Colors of #25FFDB
Black with #25FFDB
Text Example
Text Example
White with #25FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFDB; }
p { color: rgb(37,255,219); }
H1.HeaderClassName
{
color: #25FFDB;
}
.AnyTagClassName
{
color: #25FFDB;
}
</style>
background-color css
<style>
a { background-color: #25FFDB; }
a { background-color: rgb(37,255,219); }
div.DivClassName
{
background-color: #25FFDB;
}
.BgClassName
{
background-color: #25FFDB;
}
</style>
border-color css
<style>
span { border-color: #25FFDB; }
span { border-color: rgb(37,255,219); }
td.TdClassName
{
border-color: #25FFDB;
}
.TagClassName
{
border-color: #25FFDB;
}
</style>