Shades of Bright Turquoise #25F7D6
Tints of Bright Turquoise #25F7D6
RGB
CMYK
RGB Variations
Color information
#25F7D6 (or 0x25F7D6) is known color: Bright Turquoise. HEX triplet: 25, F7 and D6. RGB value is (37,247,214). Sum of RGB (Red+Green+Blue) = 37+247+214=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 214 (83.98% from 255 or 42.97% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7D6 is #DA0829. Grayscale: #B4B4B4. Windows color (decimal): -14288938 or 14087973. OLE color: 14087973.
HSL color Cylindrical-coordinate representation of color #25F7D6: hue angle of 170.57º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7D6 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 247 | 214 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.03 |
| HSL | 170.57º | 0.93% | 0.56% | - |
| HSV(B) | 170.57º | 0.85% | 0.97% | - |
| XYZ | 46.16 | 71.77 | 75.04 | - |
| YUV | 180.45 | 146.93 | 25.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 247 | 214 | 0.85 | 0 | 0.13 | 0.03 | 170.57 | 0.93 | 0.56 |
| Hex | 25 | F7 | D6 | 55 | 0 | D | 3 | AB | 5D | 38 |
| Octal | 45 | 367 | 326 | 125 | 0 | 15 | 3 | 253 | 135 | 70 |
| Binary | 100101 | 11110111 | 11010110 | 1010101 | 0 | 1101 | 11 | 10101011 | 1011101 | 111000 |
Color Harmonies of #25F7D6
Complementary color
Monochromatic Colors of #25F7D6
Black with #25F7D6
Text Example
Text Example
White with #25F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F7D6; }
p { color: rgb(37,247,214); }
H1.HeaderClassName
{
color: #25F7D6;
}
.AnyTagClassName
{
color: #25F7D6;
}
</style>
background-color css
<style>
a { background-color: #25F7D6; }
a { background-color: rgb(37,247,214); }
div.DivClassName
{
background-color: #25F7D6;
}
.BgClassName
{
background-color: #25F7D6;
}
</style>
border-color css
<style>
span { border-color: #25F7D6; }
span { border-color: rgb(37,247,214); }
td.TdClassName
{
border-color: #25F7D6;
}
.TagClassName
{
border-color: #25F7D6;
}
</style>