Shades of Turquoise #25DADE
Tints of Turquoise #25DADE
RGB
CMYK
RGB Variations
Color information
#25DADE (or 0x25DADE) is known color: Turquoise. HEX triplet: 25, DA and DE. RGB value is (37,218,222). Sum of RGB (Red+Green+Blue) = 37+218+222=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #25DADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DADE is #DA2521. Grayscale: #A4A4A4. Windows color (decimal): -14296354 or 14604837. OLE color: 14604837.
HSL color Cylindrical-coordinate representation of color #25DADE: hue angle of 181.3º 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 #25DADE is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 218 | 222 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.13 |
| HSL | 181.3º | 0.74% | 0.51% | - |
| HSV(B) | 181.3º | 0.83% | 0.87% | - |
| XYZ | 39.02 | 55.81 | 77.82 | - |
| YUV | 164.34 | 160.53 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 222 | 0.83 | 0.02 | 0 | 0.13 | 181.3 | 0.74 | 0.51 |
| Hex | 25 | DA | DE | 53 | 2 | 0 | D | B5 | 4A | 33 |
| Octal | 45 | 332 | 336 | 123 | 2 | 0 | 15 | 265 | 112 | 63 |
| Binary | 100101 | 11011010 | 11011110 | 1010011 | 10 | 0 | 1101 | 10110101 | 1001010 | 110011 |
Color Harmonies of #25DADE
Complementary color
Monochromatic Colors of #25DADE
Black with #25DADE
Text Example
Text Example
White with #25DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DADE; }
p { color: rgb(37,218,222); }
H1.HeaderClassName
{
color: #25DADE;
}
.AnyTagClassName
{
color: #25DADE;
}
</style>
background-color css
<style>
a { background-color: #25DADE; }
a { background-color: rgb(37,218,222); }
div.DivClassName
{
background-color: #25DADE;
}
.BgClassName
{
background-color: #25DADE;
}
</style>
border-color css
<style>
span { border-color: #25DADE; }
span { border-color: rgb(37,218,222); }
td.TdClassName
{
border-color: #25DADE;
}
.TagClassName
{
border-color: #25DADE;
}
</style>