Shades of Turquoise #25DFD7
Tints of Turquoise #25DFD7
RGB
CMYK
RGB Variations
Color information
#25DFD7 (or 0x25DFD7) is known color: Turquoise. HEX triplet: 25, DF and D7. RGB value is (37,223,215). Sum of RGB (Red+Green+Blue) = 37+223+215=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 215 (84.38% from 255 or 45.26% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFD7 is #DA2028. Grayscale: #A6A6A6. Windows color (decimal): -14295081 or 14147365. OLE color: 14147365.
HSL color Cylindrical-coordinate representation of color #25DFD7: hue angle of 177.42º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DFD7 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 215 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.13 |
| HSL | 177.42º | 0.74% | 0.51% | - |
| HSV(B) | 177.42º | 0.83% | 0.87% | - |
| XYZ | 39.42 | 58.07 | 73.42 | - |
| YUV | 166.47 | 155.38 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 215 | 0.83 | 0 | 0.04 | 0.13 | 177.42 | 0.74 | 0.51 |
| Hex | 25 | DF | D7 | 53 | 0 | 4 | D | B1 | 4A | 33 |
| Octal | 45 | 337 | 327 | 123 | 0 | 4 | 15 | 261 | 112 | 63 |
| Binary | 100101 | 11011111 | 11010111 | 1010011 | 0 | 100 | 1101 | 10110001 | 1001010 | 110011 |
Color Harmonies of #25DFD7
Complementary color
Monochromatic Colors of #25DFD7
Black with #25DFD7
Text Example
Text Example
White with #25DFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFD7; }
p { color: rgb(37,223,215); }
H1.HeaderClassName
{
color: #25DFD7;
}
.AnyTagClassName
{
color: #25DFD7;
}
</style>
background-color css
<style>
a { background-color: #25DFD7; }
a { background-color: rgb(37,223,215); }
div.DivClassName
{
background-color: #25DFD7;
}
.BgClassName
{
background-color: #25DFD7;
}
</style>
border-color css
<style>
span { border-color: #25DFD7; }
span { border-color: rgb(37,223,215); }
td.TdClassName
{
border-color: #25DFD7;
}
.TagClassName
{
border-color: #25DFD7;
}
</style>