Shades of Bright Turquoise #25F8DF
Tints of Bright Turquoise #25F8DF
RGB
CMYK
RGB Variations
Color information
#25F8DF (or 0x25F8DF) is known color: Bright Turquoise. HEX triplet: 25, F8 and DF. RGB value is (37,248,223). Sum of RGB (Red+Green+Blue) = 37+248+223=508 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.28% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #25F8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F8DF is #DA0720. Grayscale: #B5B5B5. Windows color (decimal): -14288673 or 14678053. OLE color: 14678053.
HSL color Cylindrical-coordinate representation of color #25F8DF: hue angle of 172.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F8DF is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 248 | 223 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.03 |
| HSL | 172.89º | 0.94% | 0.56% | - |
| HSV(B) | 172.89º | 0.85% | 0.97% | - |
| XYZ | 47.65 | 72.86 | 81.36 | - |
| YUV | 182.06 | 151.1 | 24.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 248 | 223 | 0.85 | 0 | 0.10 | 0.03 | 172.89 | 0.94 | 0.56 |
| Hex | 25 | F8 | DF | 55 | 0 | A | 3 | AD | 5E | 38 |
| Octal | 45 | 370 | 337 | 125 | 0 | 12 | 3 | 255 | 136 | 70 |
| Binary | 100101 | 11111000 | 11011111 | 1010101 | 0 | 1010 | 11 | 10101101 | 1011110 | 111000 |
Color Harmonies of #25F8DF
Complementary color
Monochromatic Colors of #25F8DF
Black with #25F8DF
Text Example
Text Example
White with #25F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F8DF; }
p { color: rgb(37,248,223); }
H1.HeaderClassName
{
color: #25F8DF;
}
.AnyTagClassName
{
color: #25F8DF;
}
</style>
background-color css
<style>
a { background-color: #25F8DF; }
a { background-color: rgb(37,248,223); }
div.DivClassName
{
background-color: #25F8DF;
}
.BgClassName
{
background-color: #25F8DF;
}
</style>
border-color css
<style>
span { border-color: #25F8DF; }
span { border-color: rgb(37,248,223); }
td.TdClassName
{
border-color: #25F8DF;
}
.TagClassName
{
border-color: #25F8DF;
}
</style>