Shades of Bright Turquoise #25DBFB
Tints of Bright Turquoise #25DBFB
RGB
CMYK
RGB Variations
Color information
#25DBFB (or 0x25DBFB) is known color: Bright Turquoise. HEX triplet: 25, DB and FB. RGB value is (37,219,251). Sum of RGB (Red+Green+Blue) = 37+219+251=507 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.30% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #25DBFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBFB is #DA2404. Grayscale: #A7A7A7. Windows color (decimal): -14296069 or 16505637. OLE color: 16505637.
HSL color Cylindrical-coordinate representation of color #25DBFB: hue angle of 188.97º 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 #25DBFB is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 219 | 251 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.02 |
| HSL | 188.97º | 0.96% | 0.56% | - |
| HSV(B) | 188.97º | 0.85% | 0.98% | - |
| XYZ | 43.51 | 58.02 | 100.17 | - |
| YUV | 168.23 | 174.7 | 34.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 251 | 0.85 | 0.13 | 0 | 0.02 | 188.97 | 0.96 | 0.56 |
| Hex | 25 | DB | FB | 55 | D | 0 | 2 | BD | 60 | 38 |
| Octal | 45 | 333 | 373 | 125 | 15 | 0 | 2 | 275 | 140 | 70 |
| Binary | 100101 | 11011011 | 11111011 | 1010101 | 1101 | 0 | 10 | 10111101 | 1100000 | 111000 |
Color Harmonies of #25DBFB
Complementary color
Monochromatic Colors of #25DBFB
Black with #25DBFB
Text Example
Text Example
White with #25DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBFB; }
p { color: rgb(37,219,251); }
H1.HeaderClassName
{
color: #25DBFB;
}
.AnyTagClassName
{
color: #25DBFB;
}
</style>
background-color css
<style>
a { background-color: #25DBFB; }
a { background-color: rgb(37,219,251); }
div.DivClassName
{
background-color: #25DBFB;
}
.BgClassName
{
background-color: #25DBFB;
}
</style>
border-color css
<style>
span { border-color: #25DBFB; }
span { border-color: rgb(37,219,251); }
td.TdClassName
{
border-color: #25DBFB;
}
.TagClassName
{
border-color: #25DBFB;
}
</style>