Shades of Bright Turquoise #25DFF8
Tints of Bright Turquoise #25DFF8
RGB
CMYK
RGB Variations
Color information
#25DFF8 (or 0x25DFF8) is known color: Bright Turquoise. HEX triplet: 25, DF and F8. RGB value is (37,223,248). Sum of RGB (Red+Green+Blue) = 37+223+248=508 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.28% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 248 (97.27% from 255 or 48.82% from 508); Max value from RGB is 248 - color contains mainly: blue. Hex color #25DFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DFF8 is #DA2007. Grayscale: #A9A9A9. Windows color (decimal): -14295048 or 16310053. OLE color: 16310053.
HSL color Cylindrical-coordinate representation of color #25DFF8: hue angle of 187.11º 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 #25DFF8 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 223 | 248 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.03 |
| HSL | 187.11º | 0.94% | 0.56% | - |
| HSV(B) | 187.11º | 0.85% | 0.97% | - |
| XYZ | 44.09 | 59.95 | 98.05 | - |
| YUV | 170.24 | 171.88 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 248 | 0.85 | 0.10 | 0 | 0.03 | 187.11 | 0.94 | 0.56 |
| Hex | 25 | DF | F8 | 55 | A | 0 | 3 | BB | 5E | 38 |
| Octal | 45 | 337 | 370 | 125 | 12 | 0 | 3 | 273 | 136 | 70 |
| Binary | 100101 | 11011111 | 11111000 | 1010101 | 1010 | 0 | 11 | 10111011 | 1011110 | 111000 |
Color Harmonies of #25DFF8
Complementary color
Monochromatic Colors of #25DFF8
Black with #25DFF8
Text Example
Text Example
White with #25DFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFF8; }
p { color: rgb(37,223,248); }
H1.HeaderClassName
{
color: #25DFF8;
}
.AnyTagClassName
{
color: #25DFF8;
}
</style>
background-color css
<style>
a { background-color: #25DFF8; }
a { background-color: rgb(37,223,248); }
div.DivClassName
{
background-color: #25DFF8;
}
.BgClassName
{
background-color: #25DFF8;
}
</style>
border-color css
<style>
span { border-color: #25DFF8; }
span { border-color: rgb(37,223,248); }
td.TdClassName
{
border-color: #25DFF8;
}
.TagClassName
{
border-color: #25DFF8;
}
</style>