Shades of Turquoise #25D5CF
Tints of Turquoise #25D5CF
RGB
CMYK
RGB Variations
Color information
#25D5CF (or 0x25D5CF) is known color: Turquoise. HEX triplet: 25, D5 and CF. RGB value is (37,213,207). Sum of RGB (Red+Green+Blue) = 37+213+207=457 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.10% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #25D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D5CF is #DA2A30. Grayscale: #9F9F9F. Windows color (decimal): -14297649 or 13620517. OLE color: 13620517.
HSL color Cylindrical-coordinate representation of color #25D5CF: hue angle of 177.95º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D5CF is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 213 | 207 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.16 |
| HSL | 177.95º | 0.7% | 0.49% | - |
| HSV(B) | 177.95º | 0.83% | 0.84% | - |
| XYZ | 35.82 | 52.49 | 67.27 | - |
| YUV | 159.69 | 154.69 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 213 | 207 | 0.83 | 0 | 0.03 | 0.16 | 177.95 | 0.7 | 0.49 |
| Hex | 25 | D5 | CF | 53 | 0 | 3 | 10 | B2 | 46 | 31 |
| Octal | 45 | 325 | 317 | 123 | 0 | 3 | 20 | 262 | 106 | 61 |
| Binary | 100101 | 11010101 | 11001111 | 1010011 | 0 | 11 | 10000 | 10110010 | 1000110 | 110001 |
Color Harmonies of #25D5CF
Complementary color
Monochromatic Colors of #25D5CF
Black with #25D5CF
Text Example
Text Example
White with #25D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D5CF; }
p { color: rgb(37,213,207); }
H1.HeaderClassName
{
color: #25D5CF;
}
.AnyTagClassName
{
color: #25D5CF;
}
</style>
background-color css
<style>
a { background-color: #25D5CF; }
a { background-color: rgb(37,213,207); }
div.DivClassName
{
background-color: #25D5CF;
}
.BgClassName
{
background-color: #25D5CF;
}
</style>
border-color css
<style>
span { border-color: #25D5CF; }
span { border-color: rgb(37,213,207); }
td.TdClassName
{
border-color: #25D5CF;
}
.TagClassName
{
border-color: #25D5CF;
}
</style>