Shades of Turquoise #25FCCE
Tints of Turquoise #25FCCE
RGB
CMYK
RGB Variations
Color information
#25FCCE (or 0x25FCCE) is known color: Turquoise. HEX triplet: 25, FC and CE. RGB value is (37,252,206). Sum of RGB (Red+Green+Blue) = 37+252+206=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FCCE is #DA0331. Grayscale: #B6B6B6. Windows color (decimal): -14287666 or 13564965. OLE color: 13564965.
HSL color Cylindrical-coordinate representation of color #25FCCE: hue angle of 167.16º degrees, saturation: 0.97, 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 #25FCCE is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 206 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.01 |
| HSL | 167.16º | 0.97% | 0.57% | - |
| HSV(B) | 167.16º | 0.85% | 0.99% | - |
| XYZ | 46.71 | 74.47 | 70.3 | - |
| YUV | 182.47 | 141.27 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 206 | 0.85 | 0 | 0.18 | 0.01 | 167.16 | 0.97 | 0.57 |
| Hex | 25 | FC | CE | 55 | 0 | 12 | 1 | A7 | 61 | 39 |
| Octal | 45 | 374 | 316 | 125 | 0 | 22 | 1 | 247 | 141 | 71 |
| Binary | 100101 | 11111100 | 11001110 | 1010101 | 0 | 10010 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #25FCCE
Complementary color
Monochromatic Colors of #25FCCE
Black with #25FCCE
Text Example
Text Example
White with #25FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCCE; }
p { color: rgb(37,252,206); }
H1.HeaderClassName
{
color: #25FCCE;
}
.AnyTagClassName
{
color: #25FCCE;
}
</style>
background-color css
<style>
a { background-color: #25FCCE; }
a { background-color: rgb(37,252,206); }
div.DivClassName
{
background-color: #25FCCE;
}
.BgClassName
{
background-color: #25FCCE;
}
</style>
border-color css
<style>
span { border-color: #25FCCE; }
span { border-color: rgb(37,252,206); }
td.TdClassName
{
border-color: #25FCCE;
}
.TagClassName
{
border-color: #25FCCE;
}
</style>