Shades of Turquoise #25CEC1
Tints of Turquoise #25CEC1
RGB
CMYK
RGB Variations
Color information
#25CEC1 (or 0x25CEC1) is known color: Turquoise. HEX triplet: 25, CE and C1. RGB value is (37,206,193). Sum of RGB (Red+Green+Blue) = 37+206+193=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #25CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CEC1 is #DA313E. Grayscale: #999999. Windows color (decimal): -14299455 or 12701221. OLE color: 12701221.
HSL color Cylindrical-coordinate representation of color #25CEC1: hue angle of 175.38º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CEC1 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 193 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.19 |
| HSL | 175.38º | 0.7% | 0.48% | - |
| HSV(B) | 175.38º | 0.82% | 0.81% | - |
| XYZ | 32.46 | 48.39 | 58.08 | - |
| YUV | 153.99 | 150.01 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 193 | 0.82 | 0 | 0.06 | 0.19 | 175.38 | 0.7 | 0.48 |
| Hex | 25 | CE | C1 | 52 | 0 | 6 | 13 | AF | 46 | 30 |
| Octal | 45 | 316 | 301 | 122 | 0 | 6 | 23 | 257 | 106 | 60 |
| Binary | 100101 | 11001110 | 11000001 | 1010010 | 0 | 110 | 10011 | 10101111 | 1000110 | 110000 |
Color Harmonies of #25CEC1
Complementary color
Monochromatic Colors of #25CEC1
Black with #25CEC1
Text Example
Text Example
White with #25CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CEC1; }
p { color: rgb(37,206,193); }
H1.HeaderClassName
{
color: #25CEC1;
}
.AnyTagClassName
{
color: #25CEC1;
}
</style>
background-color css
<style>
a { background-color: #25CEC1; }
a { background-color: rgb(37,206,193); }
div.DivClassName
{
background-color: #25CEC1;
}
.BgClassName
{
background-color: #25CEC1;
}
</style>
border-color css
<style>
span { border-color: #25CEC1; }
span { border-color: rgb(37,206,193); }
td.TdClassName
{
border-color: #25CEC1;
}
.TagClassName
{
border-color: #25CEC1;
}
</style>