Shades of Turquoise #25EECF
Tints of Turquoise #25EECF
RGB
CMYK
RGB Variations
Color information
#25EECF (or 0x25EECF) is known color: Turquoise. HEX triplet: 25, EE and CF. RGB value is (37,238,207). Sum of RGB (Red+Green+Blue) = 37+238+207=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #25EECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EECF is #DA1130. Grayscale: #AEAEAE. Windows color (decimal): -14291249 or 13626917. OLE color: 13626917.
HSL color Cylindrical-coordinate representation of color #25EECF: hue angle of 170.75º 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 #25EECF is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 207 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.07 |
| HSL | 170.75º | 0.86% | 0.54% | - |
| HSV(B) | 170.75º | 0.84% | 0.93% | - |
| XYZ | 42.6 | 66.05 | 69.53 | - |
| YUV | 174.37 | 146.41 | 30.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 207 | 0.84 | 0 | 0.13 | 0.07 | 170.75 | 0.86 | 0.54 |
| Hex | 25 | EE | CF | 54 | 0 | D | 7 | AB | 56 | 36 |
| Octal | 45 | 356 | 317 | 124 | 0 | 15 | 7 | 253 | 126 | 66 |
| Binary | 100101 | 11101110 | 11001111 | 1010100 | 0 | 1101 | 111 | 10101011 | 1010110 | 110110 |
Color Harmonies of #25EECF
Complementary color
Monochromatic Colors of #25EECF
Black with #25EECF
Text Example
Text Example
White with #25EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EECF; }
p { color: rgb(37,238,207); }
H1.HeaderClassName
{
color: #25EECF;
}
.AnyTagClassName
{
color: #25EECF;
}
</style>
background-color css
<style>
a { background-color: #25EECF; }
a { background-color: rgb(37,238,207); }
div.DivClassName
{
background-color: #25EECF;
}
.BgClassName
{
background-color: #25EECF;
}
</style>
border-color css
<style>
span { border-color: #25EECF; }
span { border-color: rgb(37,238,207); }
td.TdClassName
{
border-color: #25EECF;
}
.TagClassName
{
border-color: #25EECF;
}
</style>