Shades of Turquoise #25DED7
Tints of Turquoise #25DED7
RGB
CMYK
RGB Variations
Color information
#25DED7 (or 0x25DED7) is known color: Turquoise. HEX triplet: 25, DE and D7. RGB value is (37,222,215). Sum of RGB (Red+Green+Blue) = 37+222+215=474 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.81% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #25DED7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DED7 is #DA2128. Grayscale: #A5A5A5. Windows color (decimal): -14295337 or 14147109. OLE color: 14147109.
HSL color Cylindrical-coordinate representation of color #25DED7: hue angle of 177.73º 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 #25DED7 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 222 | 215 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.13 |
| HSL | 177.73º | 0.74% | 0.51% | - |
| HSV(B) | 177.73º | 0.83% | 0.87% | - |
| XYZ | 39.15 | 57.54 | 73.33 | - |
| YUV | 165.89 | 155.71 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 215 | 0.83 | 0 | 0.03 | 0.13 | 177.73 | 0.74 | 0.51 |
| Hex | 25 | DE | D7 | 53 | 0 | 3 | D | B2 | 4A | 33 |
| Octal | 45 | 336 | 327 | 123 | 0 | 3 | 15 | 262 | 112 | 63 |
| Binary | 100101 | 11011110 | 11010111 | 1010011 | 0 | 11 | 1101 | 10110010 | 1001010 | 110011 |
Color Harmonies of #25DED7
Complementary color
Monochromatic Colors of #25DED7
Black with #25DED7
Text Example
Text Example
White with #25DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DED7; }
p { color: rgb(37,222,215); }
H1.HeaderClassName
{
color: #25DED7;
}
.AnyTagClassName
{
color: #25DED7;
}
</style>
background-color css
<style>
a { background-color: #25DED7; }
a { background-color: rgb(37,222,215); }
div.DivClassName
{
background-color: #25DED7;
}
.BgClassName
{
background-color: #25DED7;
}
</style>
border-color css
<style>
span { border-color: #25DED7; }
span { border-color: rgb(37,222,215); }
td.TdClassName
{
border-color: #25DED7;
}
.TagClassName
{
border-color: #25DED7;
}
</style>