Shades of Bright Turquoise #25DBEF
Tints of Bright Turquoise #25DBEF
RGB
CMYK
RGB Variations
Color information
#25DBEF (or 0x25DBEF) is known color: Bright Turquoise. HEX triplet: 25, DB and EF. RGB value is (37,219,239). Sum of RGB (Red+Green+Blue) = 37+219+239=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #25DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBEF is #DA2410. Grayscale: #A6A6A6. Windows color (decimal): -14296081 or 15719205. OLE color: 15719205.
HSL color Cylindrical-coordinate representation of color #25DBEF: hue angle of 185.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DBEF is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 219 | 239 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.06 |
| HSL | 185.94º | 0.86% | 0.54% | - |
| HSV(B) | 185.94º | 0.85% | 0.94% | - |
| XYZ | 41.67 | 57.29 | 90.52 | - |
| YUV | 166.86 | 168.7 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 239 | 0.85 | 0.08 | 0 | 0.06 | 185.94 | 0.86 | 0.54 |
| Hex | 25 | DB | EF | 55 | 8 | 0 | 6 | BA | 56 | 36 |
| Octal | 45 | 333 | 357 | 125 | 10 | 0 | 6 | 272 | 126 | 66 |
| Binary | 100101 | 11011011 | 11101111 | 1010101 | 1000 | 0 | 110 | 10111010 | 1010110 | 110110 |
Color Harmonies of #25DBEF
Complementary color
Monochromatic Colors of #25DBEF
Black with #25DBEF
Text Example
Text Example
White with #25DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBEF; }
p { color: rgb(37,219,239); }
H1.HeaderClassName
{
color: #25DBEF;
}
.AnyTagClassName
{
color: #25DBEF;
}
</style>
background-color css
<style>
a { background-color: #25DBEF; }
a { background-color: rgb(37,219,239); }
div.DivClassName
{
background-color: #25DBEF;
}
.BgClassName
{
background-color: #25DBEF;
}
</style>
border-color css
<style>
span { border-color: #25DBEF; }
span { border-color: rgb(37,219,239); }
td.TdClassName
{
border-color: #25DBEF;
}
.TagClassName
{
border-color: #25DBEF;
}
</style>