Shades of Bright Turquoise #25FCDB
Tints of Bright Turquoise #25FCDB
RGB
CMYK
RGB Variations
Color information
#25FCDB (or 0x25FCDB) is known color: Bright Turquoise. HEX triplet: 25, FC and DB. RGB value is (37,252,219). Sum of RGB (Red+Green+Blue) = 37+252+219=508 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.28% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FCDB is #DA0324. Grayscale: #B7B7B7. Windows color (decimal): -14287653 or 14416933. OLE color: 14416933.
HSL color Cylindrical-coordinate representation of color #25FCDB: hue angle of 170.79º degrees, saturation: 0.97, 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 #25FCDB is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 219 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.01 |
| HSL | 170.79º | 0.97% | 0.57% | - |
| HSV(B) | 170.79º | 0.85% | 0.99% | - |
| XYZ | 48.36 | 75.13 | 78.97 | - |
| YUV | 183.95 | 147.77 | 23.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 219 | 0.85 | 0 | 0.13 | 0.01 | 170.79 | 0.97 | 0.57 |
| Hex | 25 | FC | DB | 55 | 0 | D | 1 | AB | 61 | 39 |
| Octal | 45 | 374 | 333 | 125 | 0 | 15 | 1 | 253 | 141 | 71 |
| Binary | 100101 | 11111100 | 11011011 | 1010101 | 0 | 1101 | 1 | 10101011 | 1100001 | 111001 |
Color Harmonies of #25FCDB
Complementary color
Monochromatic Colors of #25FCDB
Black with #25FCDB
Text Example
Text Example
White with #25FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCDB; }
p { color: rgb(37,252,219); }
H1.HeaderClassName
{
color: #25FCDB;
}
.AnyTagClassName
{
color: #25FCDB;
}
</style>
background-color css
<style>
a { background-color: #25FCDB; }
a { background-color: rgb(37,252,219); }
div.DivClassName
{
background-color: #25FCDB;
}
.BgClassName
{
background-color: #25FCDB;
}
</style>
border-color css
<style>
span { border-color: #25FCDB; }
span { border-color: rgb(37,252,219); }
td.TdClassName
{
border-color: #25FCDB;
}
.TagClassName
{
border-color: #25FCDB;
}
</style>