Shades of Pale Turquoise #95F9EA
Tints of Pale Turquoise #95F9EA
RGB
CMYK
RGB Variations
Color information
#95F9EA (or 0x95F9EA) is known color: Pale Turquoise. HEX triplet: 95, F9 and EA. RGB value is (149,249,234). Sum of RGB (Red+Green+Blue) = 149+249+234=632 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.58% from 632); Green value is 249 (97.66% from 255 or 39.40% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 249 - color contains mainly: green. Hex color #95F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F9EA is #6A0615. Grayscale: #D9D9D9. Windows color (decimal): -6948374 or 15399317. OLE color: 15399317.
HSL color Cylindrical-coordinate representation of color #95F9EA: hue angle of 171º 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 #95F9EA is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 249 | 234 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.02 |
| HSL | 171º | 0.89% | 0.78% | - |
| HSV(B) | 171º | 0.4% | 0.98% | - |
| XYZ | 61.12 | 80.08 | 90.08 | - |
| YUV | 217.39 | 137.37 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 249 | 234 | 0.40 | 0 | 0.06 | 0.02 | 171 | 0.89 | 0.78 |
| Hex | 95 | F9 | EA | 28 | 0 | 6 | 2 | AB | 59 | 4E |
| Octal | 225 | 371 | 352 | 50 | 0 | 6 | 2 | 253 | 131 | 116 |
| Binary | 10010101 | 11111001 | 11101010 | 101000 | 0 | 110 | 10 | 10101011 | 1011001 | 1001110 |
Color Harmonies of #95F9EA
Complementary color
Monochromatic Colors of #95F9EA
Black with #95F9EA
Text Example
Text Example
White with #95F9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F9EA; }
p { color: rgb(149,249,234); }
H1.HeaderClassName
{
color: #95F9EA;
}
.AnyTagClassName
{
color: #95F9EA;
}
</style>
background-color css
<style>
a { background-color: #95F9EA; }
a { background-color: rgb(149,249,234); }
div.DivClassName
{
background-color: #95F9EA;
}
.BgClassName
{
background-color: #95F9EA;
}
</style>
border-color css
<style>
span { border-color: #95F9EA; }
span { border-color: rgb(149,249,234); }
td.TdClassName
{
border-color: #95F9EA;
}
.TagClassName
{
border-color: #95F9EA;
}
</style>