Shades of Bright Turquoise #25DBDF
Tints of Bright Turquoise #25DBDF
RGB
CMYK
RGB Variations
Color information
#25DBDF (or 0x25DBDF) is known color: Bright Turquoise. HEX triplet: 25, DB and DF. RGB value is (37,219,223). Sum of RGB (Red+Green+Blue) = 37+219+223=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #25DBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DBDF is #DA2420. Grayscale: #A4A4A4. Windows color (decimal): -14296097 or 14670629. OLE color: 14670629.
HSL color Cylindrical-coordinate representation of color #25DBDF: hue angle of 181.29º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DBDF is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 219 | 223 | - |
| CMYK | 0.83 | 0.02 | 0 | 0.13 |
| HSL | 181.29º | 0.74% | 0.51% | - |
| HSV(B) | 181.29º | 0.83% | 0.87% | - |
| XYZ | 39.41 | 56.38 | 78.62 | - |
| YUV | 165.04 | 160.7 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 223 | 0.83 | 0.02 | 0 | 0.13 | 181.29 | 0.74 | 0.51 |
| Hex | 25 | DB | DF | 53 | 2 | 0 | D | B5 | 4A | 33 |
| Octal | 45 | 333 | 337 | 123 | 2 | 0 | 15 | 265 | 112 | 63 |
| Binary | 100101 | 11011011 | 11011111 | 1010011 | 10 | 0 | 1101 | 10110101 | 1001010 | 110011 |
Color Harmonies of #25DBDF
Complementary color
Monochromatic Colors of #25DBDF
Black with #25DBDF
Text Example
Text Example
White with #25DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBDF; }
p { color: rgb(37,219,223); }
H1.HeaderClassName
{
color: #25DBDF;
}
.AnyTagClassName
{
color: #25DBDF;
}
</style>
background-color css
<style>
a { background-color: #25DBDF; }
a { background-color: rgb(37,219,223); }
div.DivClassName
{
background-color: #25DBDF;
}
.BgClassName
{
background-color: #25DBDF;
}
</style>
border-color css
<style>
span { border-color: #25DBDF; }
span { border-color: rgb(37,219,223); }
td.TdClassName
{
border-color: #25DBDF;
}
.TagClassName
{
border-color: #25DBDF;
}
</style>