Shades of Turquoise #25CFD1
Tints of Turquoise #25CFD1
RGB
CMYK
RGB Variations
Color information
#25CFD1 (or 0x25CFD1) is known color: Turquoise. HEX triplet: 25, CF and D1. RGB value is (37,207,209). Sum of RGB (Red+Green+Blue) = 37+207+209=453 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.17% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #25CFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFD1 is #DA302E. Grayscale: #9C9C9C. Windows color (decimal): -14299183 or 13750053. OLE color: 13750053.
HSL color Cylindrical-coordinate representation of color #25CFD1: hue angle of 180.7º 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 #25CFD1 is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 207 | 209 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.18 |
| HSL | 180.7º | 0.7% | 0.48% | - |
| HSV(B) | 180.7º | 0.82% | 0.82% | - |
| XYZ | 34.58 | 49.62 | 68.08 | - |
| YUV | 156.4 | 157.68 | 42.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 209 | 0.82 | 0.01 | 0 | 0.18 | 180.7 | 0.7 | 0.48 |
| Hex | 25 | CF | D1 | 52 | 1 | 0 | 12 | B5 | 46 | 30 |
| Octal | 45 | 317 | 321 | 122 | 1 | 0 | 22 | 265 | 106 | 60 |
| Binary | 100101 | 11001111 | 11010001 | 1010010 | 1 | 0 | 10010 | 10110101 | 1000110 | 110000 |
Color Harmonies of #25CFD1
Complementary color
Monochromatic Colors of #25CFD1
Black with #25CFD1
Text Example
Text Example
White with #25CFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFD1; }
p { color: rgb(37,207,209); }
H1.HeaderClassName
{
color: #25CFD1;
}
.AnyTagClassName
{
color: #25CFD1;
}
</style>
background-color css
<style>
a { background-color: #25CFD1; }
a { background-color: rgb(37,207,209); }
div.DivClassName
{
background-color: #25CFD1;
}
.BgClassName
{
background-color: #25CFD1;
}
</style>
border-color css
<style>
span { border-color: #25CFD1; }
span { border-color: rgb(37,207,209); }
td.TdClassName
{
border-color: #25CFD1;
}
.TagClassName
{
border-color: #25CFD1;
}
</style>