Shades of Turquoise #25EFCF
Tints of Turquoise #25EFCF
RGB
CMYK
RGB Variations
Color information
#25EFCF (or 0x25EFCF) is known color: Turquoise. HEX triplet: 25, EF and CF. RGB value is (37,239,207). Sum of RGB (Red+Green+Blue) = 37+239+207=483 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.66% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFCF is #DA1030. Grayscale: #AEAEAE. Windows color (decimal): -14290993 or 13627173. OLE color: 13627173.
HSL color Cylindrical-coordinate representation of color #25EFCF: hue angle of 170.5º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFCF is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 207 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.06 |
| HSL | 170.5º | 0.86% | 0.54% | - |
| HSV(B) | 170.5º | 0.85% | 0.94% | - |
| XYZ | 42.89 | 66.63 | 69.63 | - |
| YUV | 174.95 | 146.08 | 29.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 207 | 0.85 | 0 | 0.13 | 0.06 | 170.5 | 0.86 | 0.54 |
| Hex | 25 | EF | CF | 55 | 0 | D | 6 | AA | 56 | 36 |
| Octal | 45 | 357 | 317 | 125 | 0 | 15 | 6 | 252 | 126 | 66 |
| Binary | 100101 | 11101111 | 11001111 | 1010101 | 0 | 1101 | 110 | 10101010 | 1010110 | 110110 |
Color Harmonies of #25EFCF
Complementary color
Monochromatic Colors of #25EFCF
Black with #25EFCF
Text Example
Text Example
White with #25EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFCF; }
p { color: rgb(37,239,207); }
H1.HeaderClassName
{
color: #25EFCF;
}
.AnyTagClassName
{
color: #25EFCF;
}
</style>
background-color css
<style>
a { background-color: #25EFCF; }
a { background-color: rgb(37,239,207); }
div.DivClassName
{
background-color: #25EFCF;
}
.BgClassName
{
background-color: #25EFCF;
}
</style>
border-color css
<style>
span { border-color: #25EFCF; }
span { border-color: rgb(37,239,207); }
td.TdClassName
{
border-color: #25EFCF;
}
.TagClassName
{
border-color: #25EFCF;
}
</style>