Shades of Bright Turquoise #25DEDD
Tints of Bright Turquoise #25DEDD
RGB
CMYK
RGB Variations
Color information
#25DEDD (or 0x25DEDD) is known color: Bright Turquoise. HEX triplet: 25, DE and DD. RGB value is (37,222,221). Sum of RGB (Red+Green+Blue) = 37+222+221=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #25DEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DEDD is #DA2122. Grayscale: #A6A6A6. Windows color (decimal): -14295331 or 14540325. OLE color: 14540325.
HSL color Cylindrical-coordinate representation of color #25DEDD: hue angle of 179.68º 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 #25DEDD is Cyan = 0.83, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 222 | 221 | - |
| CMYK | 0.83 | 0 | 0.00 | 0.13 |
| HSL | 179.68º | 0.74% | 0.51% | - |
| HSV(B) | 179.68º | 0.83% | 0.87% | - |
| XYZ | 39.94 | 57.86 | 77.47 | - |
| YUV | 166.57 | 158.71 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 221 | 0.83 | 0 | 0.00 | 0.13 | 179.68 | 0.74 | 0.51 |
| Hex | 25 | DE | DD | 53 | 0 | 0 | D | B4 | 4A | 33 |
| Octal | 45 | 336 | 335 | 123 | 0 | 0 | 15 | 264 | 112 | 63 |
| Binary | 100101 | 11011110 | 11011101 | 1010011 | 0 | 0 | 1101 | 10110100 | 1001010 | 110011 |
Color Harmonies of #25DEDD
Complementary color
Monochromatic Colors of #25DEDD
Black with #25DEDD
Text Example
Text Example
White with #25DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DEDD; }
p { color: rgb(37,222,221); }
H1.HeaderClassName
{
color: #25DEDD;
}
.AnyTagClassName
{
color: #25DEDD;
}
</style>
background-color css
<style>
a { background-color: #25DEDD; }
a { background-color: rgb(37,222,221); }
div.DivClassName
{
background-color: #25DEDD;
}
.BgClassName
{
background-color: #25DEDD;
}
</style>
border-color css
<style>
span { border-color: #25DEDD; }
span { border-color: rgb(37,222,221); }
td.TdClassName
{
border-color: #25DEDD;
}
.TagClassName
{
border-color: #25DEDD;
}
</style>