Shades of Turquoise #25DADB
Tints of Turquoise #25DADB
RGB
CMYK
RGB Variations
Color information
#25DADB (or 0x25DADB) is known color: Turquoise. HEX triplet: 25, DA and DB. RGB value is (37,218,219). Sum of RGB (Red+Green+Blue) = 37+218+219=474 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.81% from 474); Green value is 218 (85.55% from 255 or 45.99% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #25DADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DADB is #DA2524. Grayscale: #A3A3A3. Windows color (decimal): -14296357 or 14408229. OLE color: 14408229.
HSL color Cylindrical-coordinate representation of color #25DADB: hue angle of 180.33º 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 #25DADB is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 218 | 219 | - |
| CMYK | 0.83 | 0.00 | 0 | 0.14 |
| HSL | 180.33º | 0.72% | 0.5% | - |
| HSV(B) | 180.33º | 0.83% | 0.86% | - |
| XYZ | 38.62 | 55.65 | 75.72 | - |
| YUV | 164 | 159.03 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 219 | 0.83 | 0.00 | 0 | 0.14 | 180.33 | 0.72 | 0.5 |
| Hex | 25 | DA | DB | 53 | 0 | 0 | E | B4 | 48 | 32 |
| Octal | 45 | 332 | 333 | 123 | 0 | 0 | 16 | 264 | 110 | 62 |
| Binary | 100101 | 11011010 | 11011011 | 1010011 | 0 | 0 | 1110 | 10110100 | 1001000 | 110010 |
Color Harmonies of #25DADB
Complementary color
Monochromatic Colors of #25DADB
Black with #25DADB
Text Example
Text Example
White with #25DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DADB; }
p { color: rgb(37,218,219); }
H1.HeaderClassName
{
color: #25DADB;
}
.AnyTagClassName
{
color: #25DADB;
}
</style>
background-color css
<style>
a { background-color: #25DADB; }
a { background-color: rgb(37,218,219); }
div.DivClassName
{
background-color: #25DADB;
}
.BgClassName
{
background-color: #25DADB;
}
</style>
border-color css
<style>
span { border-color: #25DADB; }
span { border-color: rgb(37,218,219); }
td.TdClassName
{
border-color: #25DADB;
}
.TagClassName
{
border-color: #25DADB;
}
</style>