Shades of Turquoise #25DACB
Tints of Turquoise #25DACB
RGB
CMYK
RGB Variations
Color information
#25DACB (or 0x25DACB) is known color: Turquoise. HEX triplet: 25, DA and CB. RGB value is (37,218,203). Sum of RGB (Red+Green+Blue) = 37+218+203=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #25DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DACB is #DA2534. Grayscale: #A2A2A2. Windows color (decimal): -14296373 or 13359653. OLE color: 13359653.
HSL color Cylindrical-coordinate representation of color #25DACB: hue angle of 175.03º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DACB is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 203 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.15 |
| HSL | 175.03º | 0.71% | 0.5% | - |
| HSV(B) | 175.03º | 0.83% | 0.85% | - |
| XYZ | 36.61 | 54.85 | 65.16 | - |
| YUV | 162.17 | 151.03 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 203 | 0.83 | 0 | 0.07 | 0.15 | 175.03 | 0.71 | 0.5 |
| Hex | 25 | DA | CB | 53 | 0 | 7 | F | AF | 47 | 32 |
| Octal | 45 | 332 | 313 | 123 | 0 | 7 | 17 | 257 | 107 | 62 |
| Binary | 100101 | 11011010 | 11001011 | 1010011 | 0 | 111 | 1111 | 10101111 | 1000111 | 110010 |
Color Harmonies of #25DACB
Complementary color
Monochromatic Colors of #25DACB
Black with #25DACB
Text Example
Text Example
White with #25DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DACB; }
p { color: rgb(37,218,203); }
H1.HeaderClassName
{
color: #25DACB;
}
.AnyTagClassName
{
color: #25DACB;
}
</style>
background-color css
<style>
a { background-color: #25DACB; }
a { background-color: rgb(37,218,203); }
div.DivClassName
{
background-color: #25DACB;
}
.BgClassName
{
background-color: #25DACB;
}
</style>
border-color css
<style>
span { border-color: #25DACB; }
span { border-color: rgb(37,218,203); }
td.TdClassName
{
border-color: #25DACB;
}
.TagClassName
{
border-color: #25DACB;
}
</style>