Shades of Turquoise #25DACA
Tints of Turquoise #25DACA
RGB
CMYK
RGB Variations
Color information
#25DACA (or 0x25DACA) is known color: Turquoise. HEX triplet: 25, DA and CA. RGB value is (37,218,202). Sum of RGB (Red+Green+Blue) = 37+218+202=457 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.10% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #25DACA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DACA is #DA2535. Grayscale: #A1A1A1. Windows color (decimal): -14296374 or 13294117. OLE color: 13294117.
HSL color Cylindrical-coordinate representation of color #25DACA: hue angle of 174.7º 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 #25DACA is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 202 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.15 |
| HSL | 174.7º | 0.71% | 0.5% | - |
| HSV(B) | 174.7º | 0.83% | 0.85% | - |
| XYZ | 36.5 | 54.8 | 64.53 | - |
| YUV | 162.06 | 150.53 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 202 | 0.83 | 0 | 0.07 | 0.15 | 174.7 | 0.71 | 0.5 |
| Hex | 25 | DA | CA | 53 | 0 | 7 | F | AF | 47 | 32 |
| Octal | 45 | 332 | 312 | 123 | 0 | 7 | 17 | 257 | 107 | 62 |
| Binary | 100101 | 11011010 | 11001010 | 1010011 | 0 | 111 | 1111 | 10101111 | 1000111 | 110010 |
Color Harmonies of #25DACA
Complementary color
Monochromatic Colors of #25DACA
Black with #25DACA
Text Example
Text Example
White with #25DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DACA; }
p { color: rgb(37,218,202); }
H1.HeaderClassName
{
color: #25DACA;
}
.AnyTagClassName
{
color: #25DACA;
}
</style>
background-color css
<style>
a { background-color: #25DACA; }
a { background-color: rgb(37,218,202); }
div.DivClassName
{
background-color: #25DACA;
}
.BgClassName
{
background-color: #25DACA;
}
</style>
border-color css
<style>
span { border-color: #25DACA; }
span { border-color: rgb(37,218,202); }
td.TdClassName
{
border-color: #25DACA;
}
.TagClassName
{
border-color: #25DACA;
}
</style>