Shades of Turquoise #25FBCD
Tints of Turquoise #25FBCD
RGB
CMYK
RGB Variations
Color information
#25FBCD (or 0x25FBCD) is known color: Turquoise. HEX triplet: 25, FB and CD. RGB value is (37,251,205). Sum of RGB (Red+Green+Blue) = 37+251+205=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #25FBCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FBCD is #DA0432. Grayscale: #B5B5B5. Windows color (decimal): -14287923 or 13499173. OLE color: 13499173.
HSL color Cylindrical-coordinate representation of color #25FBCD: hue angle of 167.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FBCD is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 251 | 205 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.02 |
| HSL | 167.1º | 0.96% | 0.56% | - |
| HSV(B) | 167.1º | 0.85% | 0.98% | - |
| XYZ | 46.28 | 73.8 | 69.56 | - |
| YUV | 181.77 | 141.1 | 24.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 251 | 205 | 0.85 | 0 | 0.18 | 0.02 | 167.1 | 0.96 | 0.56 |
| Hex | 25 | FB | CD | 55 | 0 | 12 | 2 | A7 | 60 | 38 |
| Octal | 45 | 373 | 315 | 125 | 0 | 22 | 2 | 247 | 140 | 70 |
| Binary | 100101 | 11111011 | 11001101 | 1010101 | 0 | 10010 | 10 | 10100111 | 1100000 | 111000 |
Color Harmonies of #25FBCD
Complementary color
Monochromatic Colors of #25FBCD
Black with #25FBCD
Text Example
Text Example
White with #25FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FBCD; }
p { color: rgb(37,251,205); }
H1.HeaderClassName
{
color: #25FBCD;
}
.AnyTagClassName
{
color: #25FBCD;
}
</style>
background-color css
<style>
a { background-color: #25FBCD; }
a { background-color: rgb(37,251,205); }
div.DivClassName
{
background-color: #25FBCD;
}
.BgClassName
{
background-color: #25FBCD;
}
</style>
border-color css
<style>
span { border-color: #25FBCD; }
span { border-color: rgb(37,251,205); }
td.TdClassName
{
border-color: #25FBCD;
}
.TagClassName
{
border-color: #25FBCD;
}
</style>