Shades of Turquoise #25F3D4
Tints of Turquoise #25F3D4
RGB
CMYK
RGB Variations
Color information
#25F3D4 (or 0x25F3D4) is known color: Turquoise. HEX triplet: 25, F3 and D4. RGB value is (37,243,212). Sum of RGB (Red+Green+Blue) = 37+243+212=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #25F3D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F3D4 is #DA0C2B. Grayscale: #B1B1B1. Windows color (decimal): -14289964 or 13955877. OLE color: 13955877.
HSL color Cylindrical-coordinate representation of color #25F3D4: hue angle of 170.97º 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 #25F3D4 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 212 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.05 |
| HSL | 170.97º | 0.9% | 0.55% | - |
| HSV(B) | 170.97º | 0.85% | 0.95% | - |
| XYZ | 44.7 | 69.25 | 73.3 | - |
| YUV | 177.87 | 147.25 | 27.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 212 | 0.85 | 0 | 0.13 | 0.05 | 170.97 | 0.9 | 0.55 |
| Hex | 25 | F3 | D4 | 55 | 0 | D | 5 | AB | 5A | 37 |
| Octal | 45 | 363 | 324 | 125 | 0 | 15 | 5 | 253 | 132 | 67 |
| Binary | 100101 | 11110011 | 11010100 | 1010101 | 0 | 1101 | 101 | 10101011 | 1011010 | 110111 |
Color Harmonies of #25F3D4
Complementary color
Monochromatic Colors of #25F3D4
Black with #25F3D4
Text Example
Text Example
White with #25F3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F3D4; }
p { color: rgb(37,243,212); }
H1.HeaderClassName
{
color: #25F3D4;
}
.AnyTagClassName
{
color: #25F3D4;
}
</style>
background-color css
<style>
a { background-color: #25F3D4; }
a { background-color: rgb(37,243,212); }
div.DivClassName
{
background-color: #25F3D4;
}
.BgClassName
{
background-color: #25F3D4;
}
</style>
border-color css
<style>
span { border-color: #25F3D4; }
span { border-color: rgb(37,243,212); }
td.TdClassName
{
border-color: #25F3D4;
}
.TagClassName
{
border-color: #25F3D4;
}
</style>