Shades of Turquoise #25DFCB
Tints of Turquoise #25DFCB
RGB
CMYK
RGB Variations
Color information
#25DFCB (or 0x25DFCB) is known color: Turquoise. HEX triplet: 25, DF and CB. RGB value is (37,223,203). Sum of RGB (Red+Green+Blue) = 37+223+203=463 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.99% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #25DFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFCB is #DA2034. Grayscale: #A5A5A5. Windows color (decimal): -14295093 or 13360933. OLE color: 13360933.
HSL color Cylindrical-coordinate representation of color #25DFCB: hue angle of 173.55º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DFCB is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 203 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.13 |
| HSL | 173.55º | 0.74% | 0.51% | - |
| HSV(B) | 173.55º | 0.83% | 0.87% | - |
| XYZ | 37.93 | 57.48 | 65.6 | - |
| YUV | 165.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 203 | 0.83 | 0 | 0.09 | 0.13 | 173.55 | 0.74 | 0.51 |
| Hex | 25 | DF | CB | 53 | 0 | 9 | D | AE | 4A | 33 |
| Octal | 45 | 337 | 313 | 123 | 0 | 11 | 15 | 256 | 112 | 63 |
| Binary | 100101 | 11011111 | 11001011 | 1010011 | 0 | 1001 | 1101 | 10101110 | 1001010 | 110011 |
Color Harmonies of #25DFCB
Complementary color
Monochromatic Colors of #25DFCB
Black with #25DFCB
Text Example
Text Example
White with #25DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFCB; }
p { color: rgb(37,223,203); }
H1.HeaderClassName
{
color: #25DFCB;
}
.AnyTagClassName
{
color: #25DFCB;
}
</style>
background-color css
<style>
a { background-color: #25DFCB; }
a { background-color: rgb(37,223,203); }
div.DivClassName
{
background-color: #25DFCB;
}
.BgClassName
{
background-color: #25DFCB;
}
</style>
border-color css
<style>
span { border-color: #25DFCB; }
span { border-color: rgb(37,223,203); }
td.TdClassName
{
border-color: #25DFCB;
}
.TagClassName
{
border-color: #25DFCB;
}
</style>