Shades of Turquoise #25CDD0
Tints of Turquoise #25CDD0
RGB
CMYK
RGB Variations
Color information
#25CDD0 (or 0x25CDD0) is known color: Turquoise. HEX triplet: 25, CD and D0. RGB value is (37,205,208). Sum of RGB (Red+Green+Blue) = 37+205+208=450 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.22% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #25CDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDD0 is #DA322F. Grayscale: #9A9A9A. Windows color (decimal): -14299696 or 13684005. OLE color: 13684005.
HSL color Cylindrical-coordinate representation of color #25CDD0: hue angle of 181.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CDD0 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 205 | 208 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.18 |
| HSL | 181.05º | 0.7% | 0.48% | - |
| HSV(B) | 181.05º | 0.82% | 0.82% | - |
| XYZ | 33.98 | 48.61 | 67.27 | - |
| YUV | 155.11 | 157.84 | 43.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 208 | 0.82 | 0.01 | 0 | 0.18 | 181.05 | 0.7 | 0.48 |
| Hex | 25 | CD | D0 | 52 | 1 | 0 | 12 | B5 | 46 | 30 |
| Octal | 45 | 315 | 320 | 122 | 1 | 0 | 22 | 265 | 106 | 60 |
| Binary | 100101 | 11001101 | 11010000 | 1010010 | 1 | 0 | 10010 | 10110101 | 1000110 | 110000 |
Color Harmonies of #25CDD0
Complementary color
Monochromatic Colors of #25CDD0
Black with #25CDD0
Text Example
Text Example
White with #25CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDD0; }
p { color: rgb(37,205,208); }
H1.HeaderClassName
{
color: #25CDD0;
}
.AnyTagClassName
{
color: #25CDD0;
}
</style>
background-color css
<style>
a { background-color: #25CDD0; }
a { background-color: rgb(37,205,208); }
div.DivClassName
{
background-color: #25CDD0;
}
.BgClassName
{
background-color: #25CDD0;
}
</style>
border-color css
<style>
span { border-color: #25CDD0; }
span { border-color: rgb(37,205,208); }
td.TdClassName
{
border-color: #25CDD0;
}
.TagClassName
{
border-color: #25CDD0;
}
</style>