Shades of Bright Turquoise #25F9DB
Tints of Bright Turquoise #25F9DB
RGB
CMYK
RGB Variations
Color information
#25F9DB (or 0x25F9DB) is known color: Bright Turquoise. HEX triplet: 25, F9 and DB. RGB value is (37,249,219). Sum of RGB (Red+Green+Blue) = 37+249+219=505 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.33% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #25F9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F9DB is #DA0624. Grayscale: #B6B6B6. Windows color (decimal): -14288421 or 14416165. OLE color: 14416165.
HSL color Cylindrical-coordinate representation of color #25F9DB: hue angle of 171.51º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F9DB is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 249 | 219 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.02 |
| HSL | 171.51º | 0.95% | 0.56% | - |
| HSV(B) | 171.51º | 0.85% | 0.98% | - |
| XYZ | 47.42 | 73.26 | 78.66 | - |
| YUV | 182.19 | 148.76 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 249 | 219 | 0.85 | 0 | 0.12 | 0.02 | 171.51 | 0.95 | 0.56 |
| Hex | 25 | F9 | DB | 55 | 0 | C | 2 | AC | 5F | 38 |
| Octal | 45 | 371 | 333 | 125 | 0 | 14 | 2 | 254 | 137 | 70 |
| Binary | 100101 | 11111001 | 11011011 | 1010101 | 0 | 1100 | 10 | 10101100 | 1011111 | 111000 |
Color Harmonies of #25F9DB
Complementary color
Monochromatic Colors of #25F9DB
Black with #25F9DB
Text Example
Text Example
White with #25F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F9DB; }
p { color: rgb(37,249,219); }
H1.HeaderClassName
{
color: #25F9DB;
}
.AnyTagClassName
{
color: #25F9DB;
}
</style>
background-color css
<style>
a { background-color: #25F9DB; }
a { background-color: rgb(37,249,219); }
div.DivClassName
{
background-color: #25F9DB;
}
.BgClassName
{
background-color: #25F9DB;
}
</style>
border-color css
<style>
span { border-color: #25F9DB; }
span { border-color: rgb(37,249,219); }
td.TdClassName
{
border-color: #25F9DB;
}
.TagClassName
{
border-color: #25F9DB;
}
</style>