Shades of Bright Turquoise #25D8F8
Tints of Bright Turquoise #25D8F8
RGB
CMYK
RGB Variations
Color information
#25D8F8 (or 0x25D8F8) is known color: Bright Turquoise. HEX triplet: 25, D8 and F8. RGB value is (37,216,248). Sum of RGB (Red+Green+Blue) = 37+216+248=501 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.39% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #25D8F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D8F8 is #DA2707. Grayscale: #A5A5A5. Windows color (decimal): -14296840 or 16308261. OLE color: 16308261.
HSL color Cylindrical-coordinate representation of color #25D8F8: hue angle of 189.1º 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 #25D8F8 is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 216 | 248 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.03 |
| HSL | 189.1º | 0.94% | 0.56% | - |
| HSV(B) | 189.1º | 0.85% | 0.97% | - |
| XYZ | 42.26 | 56.28 | 97.44 | - |
| YUV | 166.13 | 174.2 | 35.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 248 | 0.85 | 0.13 | 0 | 0.03 | 189.1 | 0.94 | 0.56 |
| Hex | 25 | D8 | F8 | 55 | D | 0 | 3 | BD | 5E | 38 |
| Octal | 45 | 330 | 370 | 125 | 15 | 0 | 3 | 275 | 136 | 70 |
| Binary | 100101 | 11011000 | 11111000 | 1010101 | 1101 | 0 | 11 | 10111101 | 1011110 | 111000 |
Color Harmonies of #25D8F8
Complementary color
Monochromatic Colors of #25D8F8
Black with #25D8F8
Text Example
Text Example
White with #25D8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D8F8; }
p { color: rgb(37,216,248); }
H1.HeaderClassName
{
color: #25D8F8;
}
.AnyTagClassName
{
color: #25D8F8;
}
</style>
background-color css
<style>
a { background-color: #25D8F8; }
a { background-color: rgb(37,216,248); }
div.DivClassName
{
background-color: #25D8F8;
}
.BgClassName
{
background-color: #25D8F8;
}
</style>
border-color css
<style>
span { border-color: #25D8F8; }
span { border-color: rgb(37,216,248); }
td.TdClassName
{
border-color: #25D8F8;
}
.TagClassName
{
border-color: #25D8F8;
}
</style>