Shades of Bright Turquoise #25DBEE
Tints of Bright Turquoise #25DBEE
RGB
CMYK
RGB Variations
Color information
#25DBEE (or 0x25DBEE) is known color: Bright Turquoise. HEX triplet: 25, DB and EE. RGB value is (37,219,238). Sum of RGB (Red+Green+Blue) = 37+219+238=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #25DBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBEE is #DA2411. Grayscale: #A6A6A6. Windows color (decimal): -14296082 or 15653669. OLE color: 15653669.
HSL color Cylindrical-coordinate representation of color #25DBEE: hue angle of 185.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DBEE is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 219 | 238 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.07 |
| HSL | 185.67º | 0.86% | 0.54% | - |
| HSV(B) | 185.67º | 0.84% | 0.93% | - |
| XYZ | 41.53 | 57.23 | 89.75 | - |
| YUV | 166.75 | 168.2 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 238 | 0.84 | 0.08 | 0 | 0.07 | 185.67 | 0.86 | 0.54 |
| Hex | 25 | DB | EE | 54 | 8 | 0 | 7 | BA | 56 | 36 |
| Octal | 45 | 333 | 356 | 124 | 10 | 0 | 7 | 272 | 126 | 66 |
| Binary | 100101 | 11011011 | 11101110 | 1010100 | 1000 | 0 | 111 | 10111010 | 1010110 | 110110 |
Color Harmonies of #25DBEE
Complementary color
Monochromatic Colors of #25DBEE
Black with #25DBEE
Text Example
Text Example
White with #25DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBEE; }
p { color: rgb(37,219,238); }
H1.HeaderClassName
{
color: #25DBEE;
}
.AnyTagClassName
{
color: #25DBEE;
}
</style>
background-color css
<style>
a { background-color: #25DBEE; }
a { background-color: rgb(37,219,238); }
div.DivClassName
{
background-color: #25DBEE;
}
.BgClassName
{
background-color: #25DBEE;
}
</style>
border-color css
<style>
span { border-color: #25DBEE; }
span { border-color: rgb(37,219,238); }
td.TdClassName
{
border-color: #25DBEE;
}
.TagClassName
{
border-color: #25DBEE;
}
</style>