Shades of Bright Turquoise #25FBDF
Tints of Bright Turquoise #25FBDF
RGB
CMYK
RGB Variations
Color information
#25FBDF (or 0x25FBDF) is known color: Bright Turquoise. HEX triplet: 25, FB and DF. RGB value is (37,251,223). Sum of RGB (Red+Green+Blue) = 37+251+223=511 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.24% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #25FBDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FBDF is #DA0420. Grayscale: #B7B7B7. Windows color (decimal): -14287905 or 14678821. OLE color: 14678821.
HSL color Cylindrical-coordinate representation of color #25FBDF: hue angle of 172.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FBDF is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 251 | 223 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.02 |
| HSL | 172.15º | 0.96% | 0.56% | - |
| HSV(B) | 172.15º | 0.85% | 0.98% | - |
| XYZ | 48.58 | 74.72 | 81.67 | - |
| YUV | 183.82 | 150.1 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 251 | 223 | 0.85 | 0 | 0.11 | 0.02 | 172.15 | 0.96 | 0.56 |
| Hex | 25 | FB | DF | 55 | 0 | B | 2 | AC | 60 | 38 |
| Octal | 45 | 373 | 337 | 125 | 0 | 13 | 2 | 254 | 140 | 70 |
| Binary | 100101 | 11111011 | 11011111 | 1010101 | 0 | 1011 | 10 | 10101100 | 1100000 | 111000 |
Color Harmonies of #25FBDF
Complementary color
Monochromatic Colors of #25FBDF
Black with #25FBDF
Text Example
Text Example
White with #25FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FBDF; }
p { color: rgb(37,251,223); }
H1.HeaderClassName
{
color: #25FBDF;
}
.AnyTagClassName
{
color: #25FBDF;
}
</style>
background-color css
<style>
a { background-color: #25FBDF; }
a { background-color: rgb(37,251,223); }
div.DivClassName
{
background-color: #25FBDF;
}
.BgClassName
{
background-color: #25FBDF;
}
</style>
border-color css
<style>
span { border-color: #25FBDF; }
span { border-color: rgb(37,251,223); }
td.TdClassName
{
border-color: #25FBDF;
}
.TagClassName
{
border-color: #25FBDF;
}
</style>