Shades of Pale Turquoise #95F9EC
Tints of Pale Turquoise #95F9EC
RGB
CMYK
RGB Variations
Color information
#95F9EC (or 0x95F9EC) is known color: Pale Turquoise. HEX triplet: 95, F9 and EC. RGB value is (149,249,236). Sum of RGB (Red+Green+Blue) = 149+249+236=634 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.50% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9EC is #6A0613. Grayscale: #D9D9D9. Windows color (decimal): -6948372 or 15530389. OLE color: 15530389.
HSL color Cylindrical-coordinate representation of color #95F9EC: hue angle of 172.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F9EC is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 236 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.02 |
| HSL | 172.2º | 0.89% | 0.78% | - |
| HSV(B) | 172.2º | 0.4% | 0.98% | - |
| XYZ | 61.41 | 80.2 | 91.6 | - |
| YUV | 217.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 236 | 0.40 | 0 | 0.05 | 0.02 | 172.2 | 0.89 | 0.78 |
| Hex | 95 | F9 | EC | 28 | 0 | 5 | 2 | AC | 59 | 4E |
| Octal | 225 | 371 | 354 | 50 | 0 | 5 | 2 | 254 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11101100 | 101000 | 0 | 101 | 10 | 10101100 | 1011001 | 1001110 |
Color Harmonies of #95F9EC
Complementary color
Monochromatic Colors of #95F9EC
Black with #95F9EC
Text Example
Text Example
White with #95F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9EC; }
p { color: rgb(149,249,236); }
H1.HeaderClassName
{
color: #95F9EC;
}
.AnyTagClassName
{
color: #95F9EC;
}
</style>
background-color css
<style>
a { background-color: #95F9EC; }
a { background-color: rgb(149,249,236); }
div.DivClassName
{
background-color: #95F9EC;
}
.BgClassName
{
background-color: #95F9EC;
}
</style>
border-color css
<style>
span { border-color: #95F9EC; }
span { border-color: rgb(149,249,236); }
td.TdClassName
{
border-color: #95F9EC;
}
.TagClassName
{
border-color: #95F9EC;
}
</style>