Shades of Turquoise #25F2D1
Tints of Turquoise #25F2D1
RGB
CMYK
RGB Variations
Color information
#25F2D1 (or 0x25F2D1) is known color: Turquoise. HEX triplet: 25, F2 and D1. RGB value is (37,242,209). Sum of RGB (Red+Green+Blue) = 37+242+209=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F2D1 is #DA0D2E. Grayscale: #B0B0B0. Windows color (decimal): -14290223 or 13759013. OLE color: 13759013.
HSL color Cylindrical-coordinate representation of color #25F2D1: hue angle of 170.34º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F2D1 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 209 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.05 |
| HSL | 170.34º | 0.89% | 0.55% | - |
| HSV(B) | 170.34º | 0.85% | 0.95% | - |
| XYZ | 44.02 | 68.5 | 71.22 | - |
| YUV | 176.94 | 146.08 | 28.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 209 | 0.85 | 0 | 0.14 | 0.05 | 170.34 | 0.89 | 0.55 |
| Hex | 25 | F2 | D1 | 55 | 0 | E | 5 | AA | 59 | 37 |
| Octal | 45 | 362 | 321 | 125 | 0 | 16 | 5 | 252 | 131 | 67 |
| Binary | 100101 | 11110010 | 11010001 | 1010101 | 0 | 1110 | 101 | 10101010 | 1011001 | 110111 |
Color Harmonies of #25F2D1
Complementary color
Monochromatic Colors of #25F2D1
Black with #25F2D1
Text Example
Text Example
White with #25F2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F2D1; }
p { color: rgb(37,242,209); }
H1.HeaderClassName
{
color: #25F2D1;
}
.AnyTagClassName
{
color: #25F2D1;
}
</style>
background-color css
<style>
a { background-color: #25F2D1; }
a { background-color: rgb(37,242,209); }
div.DivClassName
{
background-color: #25F2D1;
}
.BgClassName
{
background-color: #25F2D1;
}
</style>
border-color css
<style>
span { border-color: #25F2D1; }
span { border-color: rgb(37,242,209); }
td.TdClassName
{
border-color: #25F2D1;
}
.TagClassName
{
border-color: #25F2D1;
}
</style>