Shades of Turquoise #25FDCD
Tints of Turquoise #25FDCD
RGB
CMYK
RGB Variations
Color information
#25FDCD (or 0x25FDCD) is known color: Turquoise. HEX triplet: 25, FD and CD. RGB value is (37,253,205). Sum of RGB (Red+Green+Blue) = 37+253+205=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 253 (99.22% from 255 or 51.11% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 253 - color contains mainly: green. Hex color #25FDCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FDCD is #DA0232. Grayscale: #B6B6B6. Windows color (decimal): -14287411 or 13499685. OLE color: 13499685.
HSL color Cylindrical-coordinate representation of color #25FDCD: hue angle of 166.67º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FDCD is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 205 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.01 |
| HSL | 166.67º | 0.98% | 0.57% | - |
| HSV(B) | 166.67º | 0.85% | 0.99% | - |
| XYZ | 46.91 | 75.05 | 69.77 | - |
| YUV | 182.94 | 140.44 | 23.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 205 | 0.85 | 0 | 0.19 | 0.01 | 166.67 | 0.98 | 0.57 |
| Hex | 25 | FD | CD | 55 | 0 | 13 | 1 | A7 | 62 | 39 |
| Octal | 45 | 375 | 315 | 125 | 0 | 23 | 1 | 247 | 142 | 71 |
| Binary | 100101 | 11111101 | 11001101 | 1010101 | 0 | 10011 | 1 | 10100111 | 1100010 | 111001 |
Color Harmonies of #25FDCD
Complementary color
Monochromatic Colors of #25FDCD
Black with #25FDCD
Text Example
Text Example
White with #25FDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FDCD; }
p { color: rgb(37,253,205); }
H1.HeaderClassName
{
color: #25FDCD;
}
.AnyTagClassName
{
color: #25FDCD;
}
</style>
background-color css
<style>
a { background-color: #25FDCD; }
a { background-color: rgb(37,253,205); }
div.DivClassName
{
background-color: #25FDCD;
}
.BgClassName
{
background-color: #25FDCD;
}
</style>
border-color css
<style>
span { border-color: #25FDCD; }
span { border-color: rgb(37,253,205); }
td.TdClassName
{
border-color: #25FDCD;
}
.TagClassName
{
border-color: #25FDCD;
}
</style>