Shades of Turquoise #25F1CF
Tints of Turquoise #25F1CF
RGB
CMYK
RGB Variations
Color information
#25F1CF (or 0x25F1CF) is known color: Turquoise. HEX triplet: 25, F1 and CF. RGB value is (37,241,207). Sum of RGB (Red+Green+Blue) = 37+241+207=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1CF is #DA0E30. Grayscale: #B0B0B0. Windows color (decimal): -14290481 or 13627685. OLE color: 13627685.
HSL color Cylindrical-coordinate representation of color #25F1CF: hue angle of 170º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F1CF is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 207 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.05 |
| HSL | 170º | 0.88% | 0.55% | - |
| HSV(B) | 170º | 0.85% | 0.95% | - |
| XYZ | 43.48 | 67.81 | 69.83 | - |
| YUV | 176.13 | 145.41 | 28.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 207 | 0.85 | 0 | 0.14 | 0.05 | 170 | 0.88 | 0.55 |
| Hex | 25 | F1 | CF | 55 | 0 | E | 5 | AA | 58 | 37 |
| Octal | 45 | 361 | 317 | 125 | 0 | 16 | 5 | 252 | 130 | 67 |
| Binary | 100101 | 11110001 | 11001111 | 1010101 | 0 | 1110 | 101 | 10101010 | 1011000 | 110111 |
Color Harmonies of #25F1CF
Complementary color
Monochromatic Colors of #25F1CF
Black with #25F1CF
Text Example
Text Example
White with #25F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F1CF; }
p { color: rgb(37,241,207); }
H1.HeaderClassName
{
color: #25F1CF;
}
.AnyTagClassName
{
color: #25F1CF;
}
</style>
background-color css
<style>
a { background-color: #25F1CF; }
a { background-color: rgb(37,241,207); }
div.DivClassName
{
background-color: #25F1CF;
}
.BgClassName
{
background-color: #25F1CF;
}
</style>
border-color css
<style>
span { border-color: #25F1CF; }
span { border-color: rgb(37,241,207); }
td.TdClassName
{
border-color: #25F1CF;
}
.TagClassName
{
border-color: #25F1CF;
}
</style>