Shades of Bright Turquoise #25DFFC
Tints of Bright Turquoise #25DFFC
RGB
CMYK
RGB Variations
Color information
#25DFFC (or 0x25DFFC) is known color: Bright Turquoise. HEX triplet: 25, DF and FC. RGB value is (37,223,252). Sum of RGB (Red+Green+Blue) = 37+223+252=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #25DFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DFFC is #DA2003. Grayscale: #AAAAAA. Windows color (decimal): -14295044 or 16572197. OLE color: 16572197.
HSL color Cylindrical-coordinate representation of color #25DFFC: hue angle of 188.09º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DFFC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 223 | 252 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.01 |
| HSL | 188.09º | 0.97% | 0.57% | - |
| HSV(B) | 188.09º | 0.85% | 0.99% | - |
| XYZ | 44.72 | 60.2 | 101.36 | - |
| YUV | 170.69 | 173.88 | 32.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 252 | 0.85 | 0.12 | 0 | 0.01 | 188.09 | 0.97 | 0.57 |
| Hex | 25 | DF | FC | 55 | C | 0 | 1 | BC | 61 | 39 |
| Octal | 45 | 337 | 374 | 125 | 14 | 0 | 1 | 274 | 141 | 71 |
| Binary | 100101 | 11011111 | 11111100 | 1010101 | 1100 | 0 | 1 | 10111100 | 1100001 | 111001 |
Color Harmonies of #25DFFC
Complementary color
Monochromatic Colors of #25DFFC
Black with #25DFFC
Text Example
Text Example
White with #25DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFFC; }
p { color: rgb(37,223,252); }
H1.HeaderClassName
{
color: #25DFFC;
}
.AnyTagClassName
{
color: #25DFFC;
}
</style>
background-color css
<style>
a { background-color: #25DFFC; }
a { background-color: rgb(37,223,252); }
div.DivClassName
{
background-color: #25DFFC;
}
.BgClassName
{
background-color: #25DFFC;
}
</style>
border-color css
<style>
span { border-color: #25DFFC; }
span { border-color: rgb(37,223,252); }
td.TdClassName
{
border-color: #25DFFC;
}
.TagClassName
{
border-color: #25DFFC;
}
</style>