Shades of Bright Turquoise #25DBE7
Tints of Bright Turquoise #25DBE7
RGB
CMYK
RGB Variations
Color information
#25DBE7 (or 0x25DBE7) is known color: Bright Turquoise. HEX triplet: 25, DB and E7. RGB value is (37,219,231). Sum of RGB (Red+Green+Blue) = 37+219+231=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #25DBE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBE7 is #DA2418. Grayscale: #A5A5A5. Windows color (decimal): -14296089 or 15194917. OLE color: 15194917.
HSL color Cylindrical-coordinate representation of color #25DBE7: hue angle of 183.71º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DBE7 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 219 | 231 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.09 |
| HSL | 183.71º | 0.8% | 0.53% | - |
| HSV(B) | 183.71º | 0.84% | 0.91% | - |
| XYZ | 40.52 | 56.83 | 84.43 | - |
| YUV | 165.95 | 164.7 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 231 | 0.84 | 0.05 | 0 | 0.09 | 183.71 | 0.8 | 0.53 |
| Hex | 25 | DB | E7 | 54 | 5 | 0 | 9 | B8 | 50 | 35 |
| Octal | 45 | 333 | 347 | 124 | 5 | 0 | 11 | 270 | 120 | 65 |
| Binary | 100101 | 11011011 | 11100111 | 1010100 | 101 | 0 | 1001 | 10111000 | 1010000 | 110101 |
Color Harmonies of #25DBE7
Complementary color
Monochromatic Colors of #25DBE7
Black with #25DBE7
Text Example
Text Example
White with #25DBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBE7; }
p { color: rgb(37,219,231); }
H1.HeaderClassName
{
color: #25DBE7;
}
.AnyTagClassName
{
color: #25DBE7;
}
</style>
background-color css
<style>
a { background-color: #25DBE7; }
a { background-color: rgb(37,219,231); }
div.DivClassName
{
background-color: #25DBE7;
}
.BgClassName
{
background-color: #25DBE7;
}
</style>
border-color css
<style>
span { border-color: #25DBE7; }
span { border-color: rgb(37,219,231); }
td.TdClassName
{
border-color: #25DBE7;
}
.TagClassName
{
border-color: #25DBE7;
}
</style>