Shades of Turquoise #25CFCD
Tints of Turquoise #25CFCD
RGB
CMYK
RGB Variations
Color information
#25CFCD (or 0x25CFCD) is known color: Turquoise. HEX triplet: 25, CF and CD. RGB value is (37,207,205). Sum of RGB (Red+Green+Blue) = 37+207+205=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFCD is #DA3032. Grayscale: #9B9B9B. Windows color (decimal): -14299187 or 13487909. OLE color: 13487909.
HSL color Cylindrical-coordinate representation of color #25CFCD: hue angle of 179.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CFCD is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 205 | - |
| CMYK | 0.82 | 0 | 0.01 | 0.19 |
| HSL | 179.29º | 0.7% | 0.48% | - |
| HSV(B) | 179.29º | 0.82% | 0.81% | - |
| XYZ | 34.1 | 49.43 | 65.5 | - |
| YUV | 155.94 | 155.68 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 205 | 0.82 | 0 | 0.01 | 0.19 | 179.29 | 0.7 | 0.48 |
| Hex | 25 | CF | CD | 52 | 0 | 1 | 13 | B3 | 46 | 30 |
| Octal | 45 | 317 | 315 | 122 | 0 | 1 | 23 | 263 | 106 | 60 |
| Binary | 100101 | 11001111 | 11001101 | 1010010 | 0 | 1 | 10011 | 10110011 | 1000110 | 110000 |
Color Harmonies of #25CFCD
Complementary color
Monochromatic Colors of #25CFCD
Black with #25CFCD
Text Example
Text Example
White with #25CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFCD; }
p { color: rgb(37,207,205); }
H1.HeaderClassName
{
color: #25CFCD;
}
.AnyTagClassName
{
color: #25CFCD;
}
</style>
background-color css
<style>
a { background-color: #25CFCD; }
a { background-color: rgb(37,207,205); }
div.DivClassName
{
background-color: #25CFCD;
}
.BgClassName
{
background-color: #25CFCD;
}
</style>
border-color css
<style>
span { border-color: #25CFCD; }
span { border-color: rgb(37,207,205); }
td.TdClassName
{
border-color: #25CFCD;
}
.TagClassName
{
border-color: #25CFCD;
}
</style>