Shades of Pale Turquoise #95FAE8
Tints of Pale Turquoise #95FAE8
RGB
CMYK
RGB Variations
Color information
#95FAE8 (or 0x95FAE8) is known color: Pale Turquoise. HEX triplet: 95, FA and E8. RGB value is (149,250,232). Sum of RGB (Red+Green+Blue) = 149+250+232=631 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.61% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAE8 is #6A0517. Grayscale: #D9D9D9. Windows color (decimal): -6948120 or 15268501. OLE color: 15268501.
HSL color Cylindrical-coordinate representation of color #95FAE8: hue angle of 169.31º degrees, saturation: 0.91, 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 #95FAE8 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 232 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.02 |
| HSL | 169.31º | 0.91% | 0.78% | - |
| HSV(B) | 169.31º | 0.4% | 0.98% | - |
| XYZ | 61.15 | 80.59 | 88.68 | - |
| YUV | 217.75 | 136.04 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 232 | 0.40 | 0 | 0.07 | 0.02 | 169.31 | 0.91 | 0.78 |
| Hex | 95 | FA | E8 | 28 | 0 | 7 | 2 | A9 | 5B | 4E |
| Octal | 225 | 372 | 350 | 50 | 0 | 7 | 2 | 251 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11101000 | 101000 | 0 | 111 | 10 | 10101001 | 1011011 | 1001110 |
Color Harmonies of #95FAE8
Complementary color
Monochromatic Colors of #95FAE8
Black with #95FAE8
Text Example
Text Example
White with #95FAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAE8; }
p { color: rgb(149,250,232); }
H1.HeaderClassName
{
color: #95FAE8;
}
.AnyTagClassName
{
color: #95FAE8;
}
</style>
background-color css
<style>
a { background-color: #95FAE8; }
a { background-color: rgb(149,250,232); }
div.DivClassName
{
background-color: #95FAE8;
}
.BgClassName
{
background-color: #95FAE8;
}
</style>
border-color css
<style>
span { border-color: #95FAE8; }
span { border-color: rgb(149,250,232); }
td.TdClassName
{
border-color: #95FAE8;
}
.TagClassName
{
border-color: #95FAE8;
}
</style>