Shades of Turquoise #25F3BC
Tints of Turquoise #25F3BC
RGB
CMYK
RGB Variations
Color information
#25F3BC (or 0x25F3BC) is known color: Turquoise. HEX triplet: 25, F3 and BC. RGB value is (37,243,188). Sum of RGB (Red+Green+Blue) = 37+243+188=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 243 (95.31% from 255 or 51.92% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 243 - color contains mainly: green. Hex color #25F3BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F3BC is #DA0C43. Grayscale: #AFAFAF. Windows color (decimal): -14289988 or 12383013. OLE color: 12383013.
HSL color Cylindrical-coordinate representation of color #25F3BC: hue angle of 163.98º degrees, saturation: 0.9, 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 #25F3BC is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 188 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.05 |
| HSL | 163.98º | 0.9% | 0.55% | - |
| HSV(B) | 163.98º | 0.85% | 0.95% | - |
| XYZ | 41.89 | 68.13 | 58.52 | - |
| YUV | 175.14 | 135.25 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 188 | 0.85 | 0 | 0.23 | 0.05 | 163.98 | 0.9 | 0.55 |
| Hex | 25 | F3 | BC | 55 | 0 | 17 | 5 | A4 | 5A | 37 |
| Octal | 45 | 363 | 274 | 125 | 0 | 27 | 5 | 244 | 132 | 67 |
| Binary | 100101 | 11110011 | 10111100 | 1010101 | 0 | 10111 | 101 | 10100100 | 1011010 | 110111 |
Color Harmonies of #25F3BC
Complementary color
Monochromatic Colors of #25F3BC
Black with #25F3BC
Text Example
Text Example
White with #25F3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F3BC; }
p { color: rgb(37,243,188); }
H1.HeaderClassName
{
color: #25F3BC;
}
.AnyTagClassName
{
color: #25F3BC;
}
</style>
background-color css
<style>
a { background-color: #25F3BC; }
a { background-color: rgb(37,243,188); }
div.DivClassName
{
background-color: #25F3BC;
}
.BgClassName
{
background-color: #25F3BC;
}
</style>
border-color css
<style>
span { border-color: #25F3BC; }
span { border-color: rgb(37,243,188); }
td.TdClassName
{
border-color: #25F3BC;
}
.TagClassName
{
border-color: #25F3BC;
}
</style>