Shades of Turquoise #25DADC
Tints of Turquoise #25DADC
RGB
CMYK
RGB Variations
Color information
#25DADC (or 0x25DADC) is known color: Turquoise. HEX triplet: 25, DA and DC. RGB value is (37,218,220). Sum of RGB (Red+Green+Blue) = 37+218+220=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #25DADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DADC is #DA2523. Grayscale: #A3A3A3. Windows color (decimal): -14296356 or 14473765. OLE color: 14473765.
HSL color Cylindrical-coordinate representation of color #25DADC: hue angle of 180.66º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DADC is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 218 | 220 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.14 |
| HSL | 180.66º | 0.72% | 0.5% | - |
| HSV(B) | 180.66º | 0.83% | 0.86% | - |
| XYZ | 38.75 | 55.7 | 76.42 | - |
| YUV | 164.11 | 159.53 | 37.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 220 | 0.83 | 0.01 | 0 | 0.14 | 180.66 | 0.72 | 0.5 |
| Hex | 25 | DA | DC | 53 | 1 | 0 | E | B5 | 48 | 32 |
| Octal | 45 | 332 | 334 | 123 | 1 | 0 | 16 | 265 | 110 | 62 |
| Binary | 100101 | 11011010 | 11011100 | 1010011 | 1 | 0 | 1110 | 10110101 | 1001000 | 110010 |
Color Harmonies of #25DADC
Complementary color
Monochromatic Colors of #25DADC
Black with #25DADC
Text Example
Text Example
White with #25DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DADC; }
p { color: rgb(37,218,220); }
H1.HeaderClassName
{
color: #25DADC;
}
.AnyTagClassName
{
color: #25DADC;
}
</style>
background-color css
<style>
a { background-color: #25DADC; }
a { background-color: rgb(37,218,220); }
div.DivClassName
{
background-color: #25DADC;
}
.BgClassName
{
background-color: #25DADC;
}
</style>
border-color css
<style>
span { border-color: #25DADC; }
span { border-color: rgb(37,218,220); }
td.TdClassName
{
border-color: #25DADC;
}
.TagClassName
{
border-color: #25DADC;
}
</style>