Shades of Turquoise #25D2CC
Tints of Turquoise #25D2CC
RGB
CMYK
RGB Variations
Color information
#25D2CC (or 0x25D2CC) is known color: Turquoise. HEX triplet: 25, D2 and CC. RGB value is (37,210,204). Sum of RGB (Red+Green+Blue) = 37+210+204=451 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.20% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #25D2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D2CC is #DA2D33. Grayscale: #9D9D9D. Windows color (decimal): -14298420 or 13423141. OLE color: 13423141.
HSL color Cylindrical-coordinate representation of color #25D2CC: hue angle of 177.92º 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 #25D2CC is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 210 | 204 | - |
| CMYK | 0.82 | 0 | 0.03 | 0.18 |
| HSL | 177.92º | 0.7% | 0.48% | - |
| HSV(B) | 177.92º | 0.82% | 0.82% | - |
| XYZ | 34.71 | 50.85 | 65.11 | - |
| YUV | 157.59 | 154.19 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 210 | 204 | 0.82 | 0 | 0.03 | 0.18 | 177.92 | 0.7 | 0.48 |
| Hex | 25 | D2 | CC | 52 | 0 | 3 | 12 | B2 | 46 | 30 |
| Octal | 45 | 322 | 314 | 122 | 0 | 3 | 22 | 262 | 106 | 60 |
| Binary | 100101 | 11010010 | 11001100 | 1010010 | 0 | 11 | 10010 | 10110010 | 1000110 | 110000 |
Color Harmonies of #25D2CC
Complementary color
Monochromatic Colors of #25D2CC
Black with #25D2CC
Text Example
Text Example
White with #25D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D2CC; }
p { color: rgb(37,210,204); }
H1.HeaderClassName
{
color: #25D2CC;
}
.AnyTagClassName
{
color: #25D2CC;
}
</style>
background-color css
<style>
a { background-color: #25D2CC; }
a { background-color: rgb(37,210,204); }
div.DivClassName
{
background-color: #25D2CC;
}
.BgClassName
{
background-color: #25D2CC;
}
</style>
border-color css
<style>
span { border-color: #25D2CC; }
span { border-color: rgb(37,210,204); }
td.TdClassName
{
border-color: #25D2CC;
}
.TagClassName
{
border-color: #25D2CC;
}
</style>