Shades of Turquoise #25CFBF
Tints of Turquoise #25CFBF
RGB
CMYK
RGB Variations
Color information
#25CFBF (or 0x25CFBF) is known color: Turquoise. HEX triplet: 25, CF and BF. RGB value is (37,207,191). Sum of RGB (Red+Green+Blue) = 37+207+191=435 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.51% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFBF is #DA3040. Grayscale: #9A9A9A. Windows color (decimal): -14299201 or 12570405. OLE color: 12570405.
HSL color Cylindrical-coordinate representation of color #25CFBF: hue angle of 174.35º 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 #25CFBF is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 191 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.19 |
| HSL | 174.35º | 0.7% | 0.48% | - |
| HSV(B) | 174.35º | 0.82% | 0.81% | - |
| XYZ | 32.48 | 48.78 | 56.99 | - |
| YUV | 154.35 | 148.68 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 191 | 0.82 | 0 | 0.08 | 0.19 | 174.35 | 0.7 | 0.48 |
| Hex | 25 | CF | BF | 52 | 0 | 8 | 13 | AE | 46 | 30 |
| Octal | 45 | 317 | 277 | 122 | 0 | 10 | 23 | 256 | 106 | 60 |
| Binary | 100101 | 11001111 | 10111111 | 1010010 | 0 | 1000 | 10011 | 10101110 | 1000110 | 110000 |
Color Harmonies of #25CFBF
Complementary color
Monochromatic Colors of #25CFBF
Black with #25CFBF
Text Example
Text Example
White with #25CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFBF; }
p { color: rgb(37,207,191); }
H1.HeaderClassName
{
color: #25CFBF;
}
.AnyTagClassName
{
color: #25CFBF;
}
</style>
background-color css
<style>
a { background-color: #25CFBF; }
a { background-color: rgb(37,207,191); }
div.DivClassName
{
background-color: #25CFBF;
}
.BgClassName
{
background-color: #25CFBF;
}
</style>
border-color css
<style>
span { border-color: #25CFBF; }
span { border-color: rgb(37,207,191); }
td.TdClassName
{
border-color: #25CFBF;
}
.TagClassName
{
border-color: #25CFBF;
}
</style>