Shades of Turquoise #25F9C9
Tints of Turquoise #25F9C9
RGB
CMYK
RGB Variations
Color information
#25F9C9 (or 0x25F9C9) is known color: Turquoise. HEX triplet: 25, F9 and C9. RGB value is (37,249,201). Sum of RGB (Red+Green+Blue) = 37+249+201=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #25F9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F9C9 is #DA0636. Grayscale: #B4B4B4. Windows color (decimal): -14288439 or 13236517. OLE color: 13236517.
HSL color Cylindrical-coordinate representation of color #25F9C9: hue angle of 166.42º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F9C9 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 249 | 201 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.02 |
| HSL | 166.42º | 0.95% | 0.56% | - |
| HSV(B) | 166.42º | 0.85% | 0.98% | - |
| XYZ | 45.18 | 72.36 | 66.84 | - |
| YUV | 180.14 | 139.76 | 25.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 249 | 201 | 0.85 | 0 | 0.19 | 0.02 | 166.42 | 0.95 | 0.56 |
| Hex | 25 | F9 | C9 | 55 | 0 | 13 | 2 | A6 | 5F | 38 |
| Octal | 45 | 371 | 311 | 125 | 0 | 23 | 2 | 246 | 137 | 70 |
| Binary | 100101 | 11111001 | 11001001 | 1010101 | 0 | 10011 | 10 | 10100110 | 1011111 | 111000 |
Color Harmonies of #25F9C9
Complementary color
Monochromatic Colors of #25F9C9
Black with #25F9C9
Text Example
Text Example
White with #25F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F9C9; }
p { color: rgb(37,249,201); }
H1.HeaderClassName
{
color: #25F9C9;
}
.AnyTagClassName
{
color: #25F9C9;
}
</style>
background-color css
<style>
a { background-color: #25F9C9; }
a { background-color: rgb(37,249,201); }
div.DivClassName
{
background-color: #25F9C9;
}
.BgClassName
{
background-color: #25F9C9;
}
</style>
border-color css
<style>
span { border-color: #25F9C9; }
span { border-color: rgb(37,249,201); }
td.TdClassName
{
border-color: #25F9C9;
}
.TagClassName
{
border-color: #25F9C9;
}
</style>