Shades of Turquoise #25EFCD
Tints of Turquoise #25EFCD
RGB
CMYK
RGB Variations
Color information
#25EFCD (or 0x25EFCD) is known color: Turquoise. HEX triplet: 25, EF and CD. RGB value is (37,239,205). Sum of RGB (Red+Green+Blue) = 37+239+205=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFCD is #DA1032. Grayscale: #AEAEAE. Windows color (decimal): -14290995 or 13496101. OLE color: 13496101.
HSL color Cylindrical-coordinate representation of color #25EFCD: hue angle of 169.9º 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 #25EFCD is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 205 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.06 |
| HSL | 169.9º | 0.86% | 0.54% | - |
| HSV(B) | 169.9º | 0.85% | 0.94% | - |
| XYZ | 42.65 | 66.53 | 68.35 | - |
| YUV | 174.73 | 145.08 | 29.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 205 | 0.85 | 0 | 0.14 | 0.06 | 169.9 | 0.86 | 0.54 |
| Hex | 25 | EF | CD | 55 | 0 | E | 6 | AA | 56 | 36 |
| Octal | 45 | 357 | 315 | 125 | 0 | 16 | 6 | 252 | 126 | 66 |
| Binary | 100101 | 11101111 | 11001101 | 1010101 | 0 | 1110 | 110 | 10101010 | 1010110 | 110110 |
Color Harmonies of #25EFCD
Complementary color
Monochromatic Colors of #25EFCD
Black with #25EFCD
Text Example
Text Example
White with #25EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFCD; }
p { color: rgb(37,239,205); }
H1.HeaderClassName
{
color: #25EFCD;
}
.AnyTagClassName
{
color: #25EFCD;
}
</style>
background-color css
<style>
a { background-color: #25EFCD; }
a { background-color: rgb(37,239,205); }
div.DivClassName
{
background-color: #25EFCD;
}
.BgClassName
{
background-color: #25EFCD;
}
</style>
border-color css
<style>
span { border-color: #25EFCD; }
span { border-color: rgb(37,239,205); }
td.TdClassName
{
border-color: #25EFCD;
}
.TagClassName
{
border-color: #25EFCD;
}
</style>