Shades of Turquoise #25CFDC
Tints of Turquoise #25CFDC
RGB
CMYK
RGB Variations
Color information
#25CFDC (or 0x25CFDC) is known color: Turquoise. HEX triplet: 25, CF and DC. RGB value is (37,207,220). Sum of RGB (Red+Green+Blue) = 37+207+220=464 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.97% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #25CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CFDC is #DA3023. Grayscale: #9D9D9D. Windows color (decimal): -14299172 or 14470949. OLE color: 14470949.
HSL color Cylindrical-coordinate representation of color #25CFDC: hue angle of 184.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25CFDC is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 207 | 220 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.14 |
| HSL | 184.26º | 0.72% | 0.5% | - |
| HSV(B) | 184.26º | 0.83% | 0.86% | - |
| XYZ | 35.99 | 50.19 | 75.5 | - |
| YUV | 157.65 | 163.18 | 41.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 220 | 0.83 | 0.06 | 0 | 0.14 | 184.26 | 0.72 | 0.5 |
| Hex | 25 | CF | DC | 53 | 6 | 0 | E | B8 | 48 | 32 |
| Octal | 45 | 317 | 334 | 123 | 6 | 0 | 16 | 270 | 110 | 62 |
| Binary | 100101 | 11001111 | 11011100 | 1010011 | 110 | 0 | 1110 | 10111000 | 1001000 | 110010 |
Color Harmonies of #25CFDC
Complementary color
Monochromatic Colors of #25CFDC
Black with #25CFDC
Text Example
Text Example
White with #25CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFDC; }
p { color: rgb(37,207,220); }
H1.HeaderClassName
{
color: #25CFDC;
}
.AnyTagClassName
{
color: #25CFDC;
}
</style>
background-color css
<style>
a { background-color: #25CFDC; }
a { background-color: rgb(37,207,220); }
div.DivClassName
{
background-color: #25CFDC;
}
.BgClassName
{
background-color: #25CFDC;
}
</style>
border-color css
<style>
span { border-color: #25CFDC; }
span { border-color: rgb(37,207,220); }
td.TdClassName
{
border-color: #25CFDC;
}
.TagClassName
{
border-color: #25CFDC;
}
</style>