Shades of Turquoise #25EFCB
Tints of Turquoise #25EFCB
RGB
CMYK
RGB Variations
Color information
#25EFCB (or 0x25EFCB) is known color: Turquoise. HEX triplet: 25, EF and CB. RGB value is (37,239,203). Sum of RGB (Red+Green+Blue) = 37+239+203=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFCB is #DA1034. Grayscale: #AEAEAE. Windows color (decimal): -14290997 or 13365029. OLE color: 13365029.
HSL color Cylindrical-coordinate representation of color #25EFCB: hue angle of 169.31º 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 #25EFCB is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 203 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.06 |
| HSL | 169.31º | 0.86% | 0.54% | - |
| HSV(B) | 169.31º | 0.85% | 0.94% | - |
| XYZ | 42.41 | 66.44 | 67.09 | - |
| YUV | 174.5 | 144.08 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 203 | 0.85 | 0 | 0.15 | 0.06 | 169.31 | 0.86 | 0.54 |
| Hex | 25 | EF | CB | 55 | 0 | F | 6 | A9 | 56 | 36 |
| Octal | 45 | 357 | 313 | 125 | 0 | 17 | 6 | 251 | 126 | 66 |
| Binary | 100101 | 11101111 | 11001011 | 1010101 | 0 | 1111 | 110 | 10101001 | 1010110 | 110110 |
Color Harmonies of #25EFCB
Complementary color
Monochromatic Colors of #25EFCB
Black with #25EFCB
Text Example
Text Example
White with #25EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFCB; }
p { color: rgb(37,239,203); }
H1.HeaderClassName
{
color: #25EFCB;
}
.AnyTagClassName
{
color: #25EFCB;
}
</style>
background-color css
<style>
a { background-color: #25EFCB; }
a { background-color: rgb(37,239,203); }
div.DivClassName
{
background-color: #25EFCB;
}
.BgClassName
{
background-color: #25EFCB;
}
</style>
border-color css
<style>
span { border-color: #25EFCB; }
span { border-color: rgb(37,239,203); }
td.TdClassName
{
border-color: #25EFCB;
}
.TagClassName
{
border-color: #25EFCB;
}
</style>