Shades of Turquoise #25CDD6
Tints of Turquoise #25CDD6
RGB
CMYK
RGB Variations
Color information
#25CDD6 (or 0x25CDD6) is known color: Turquoise. HEX triplet: 25, CD and D6. RGB value is (37,205,214). Sum of RGB (Red+Green+Blue) = 37+205+214=456 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.11% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 214 (83.98% from 255 or 46.93% from 456); Max value from RGB is 214 - color contains mainly: blue. Hex color #25CDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CDD6 is #DA3229. Grayscale: #9B9B9B. Windows color (decimal): -14299690 or 14077221. OLE color: 14077221.
HSL color Cylindrical-coordinate representation of color #25CDD6: hue angle of 183.05º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CDD6 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 205 | 214 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.16 |
| HSL | 183.05º | 0.71% | 0.49% | - |
| HSV(B) | 183.05º | 0.83% | 0.84% | - |
| XYZ | 34.73 | 48.91 | 71.23 | - |
| YUV | 155.79 | 160.84 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 214 | 0.83 | 0.04 | 0 | 0.16 | 183.05 | 0.71 | 0.49 |
| Hex | 25 | CD | D6 | 53 | 4 | 0 | 10 | B7 | 47 | 31 |
| Octal | 45 | 315 | 326 | 123 | 4 | 0 | 20 | 267 | 107 | 61 |
| Binary | 100101 | 11001101 | 11010110 | 1010011 | 100 | 0 | 10000 | 10110111 | 1000111 | 110001 |
Color Harmonies of #25CDD6
Complementary color
Monochromatic Colors of #25CDD6
Black with #25CDD6
Text Example
Text Example
White with #25CDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDD6; }
p { color: rgb(37,205,214); }
H1.HeaderClassName
{
color: #25CDD6;
}
.AnyTagClassName
{
color: #25CDD6;
}
</style>
background-color css
<style>
a { background-color: #25CDD6; }
a { background-color: rgb(37,205,214); }
div.DivClassName
{
background-color: #25CDD6;
}
.BgClassName
{
background-color: #25CDD6;
}
</style>
border-color css
<style>
span { border-color: #25CDD6; }
span { border-color: rgb(37,205,214); }
td.TdClassName
{
border-color: #25CDD6;
}
.TagClassName
{
border-color: #25CDD6;
}
</style>