Shades of Bright Turquoise #25DEEC
Tints of Bright Turquoise #25DEEC
RGB
CMYK
RGB Variations
Color information
#25DEEC (or 0x25DEEC) is known color: Bright Turquoise. HEX triplet: 25, DE and EC. RGB value is (37,222,236). Sum of RGB (Red+Green+Blue) = 37+222+236=495 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.47% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #25DEEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DEEC is #DA2113. Grayscale: #A8A8A8. Windows color (decimal): -14295316 or 15523365. OLE color: 15523365.
HSL color Cylindrical-coordinate representation of color #25DEEC: hue angle of 184.22º degrees, saturation: 0.84, 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 #25DEEC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 222 | 236 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.07 |
| HSL | 184.22º | 0.84% | 0.54% | - |
| HSV(B) | 184.22º | 0.84% | 0.93% | - |
| XYZ | 42.02 | 58.69 | 88.47 | - |
| YUV | 168.28 | 166.21 | 34.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 236 | 0.84 | 0.06 | 0 | 0.07 | 184.22 | 0.84 | 0.54 |
| Hex | 25 | DE | EC | 54 | 6 | 0 | 7 | B8 | 54 | 36 |
| Octal | 45 | 336 | 354 | 124 | 6 | 0 | 7 | 270 | 124 | 66 |
| Binary | 100101 | 11011110 | 11101100 | 1010100 | 110 | 0 | 111 | 10111000 | 1010100 | 110110 |
Color Harmonies of #25DEEC
Complementary color
Monochromatic Colors of #25DEEC
Black with #25DEEC
Text Example
Text Example
White with #25DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DEEC; }
p { color: rgb(37,222,236); }
H1.HeaderClassName
{
color: #25DEEC;
}
.AnyTagClassName
{
color: #25DEEC;
}
</style>
background-color css
<style>
a { background-color: #25DEEC; }
a { background-color: rgb(37,222,236); }
div.DivClassName
{
background-color: #25DEEC;
}
.BgClassName
{
background-color: #25DEEC;
}
</style>
border-color css
<style>
span { border-color: #25DEEC; }
span { border-color: rgb(37,222,236); }
td.TdClassName
{
border-color: #25DEEC;
}
.TagClassName
{
border-color: #25DEEC;
}
</style>