Shades of Pale Turquoise #95F8ED
Tints of Pale Turquoise #95F8ED
RGB
CMYK
RGB Variations
Color information
#95F8ED (or 0x95F8ED) is known color: Pale Turquoise. HEX triplet: 95, F8 and ED. RGB value is (149,248,237). Sum of RGB (Red+Green+Blue) = 149+248+237=634 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.50% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #95F8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F8ED is #6A0712. Grayscale: #D9D9D9. Windows color (decimal): -6948627 or 15595669. OLE color: 15595669.
HSL color Cylindrical-coordinate representation of color #95F8ED: hue angle of 173.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F8ED is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 149 | 248 | 237 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.03 |
| HSL | 173.33º | 0.88% | 0.78% | - |
| HSV(B) | 173.33º | 0.4% | 0.97% | - |
| XYZ | 61.25 | 79.64 | 92.26 | - |
| YUV | 217.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 248 | 237 | 0.40 | 0 | 0.04 | 0.03 | 173.33 | 0.88 | 0.78 |
| Hex | 95 | F8 | ED | 28 | 0 | 4 | 3 | AD | 58 | 4E |
| Octal | 225 | 370 | 355 | 50 | 0 | 4 | 3 | 255 | 130 | 116 |
| Binary | 10010101 | 11111000 | 11101101 | 101000 | 0 | 100 | 11 | 10101101 | 1011000 | 1001110 |
Color Harmonies of #95F8ED
Complementary color
Monochromatic Colors of #95F8ED
Black with #95F8ED
Text Example
Text Example
White with #95F8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F8ED; }
p { color: rgb(149,248,237); }
H1.HeaderClassName
{
color: #95F8ED;
}
.AnyTagClassName
{
color: #95F8ED;
}
</style>
background-color css
<style>
a { background-color: #95F8ED; }
a { background-color: rgb(149,248,237); }
div.DivClassName
{
background-color: #95F8ED;
}
.BgClassName
{
background-color: #95F8ED;
}
</style>
border-color css
<style>
span { border-color: #95F8ED; }
span { border-color: rgb(149,248,237); }
td.TdClassName
{
border-color: #95F8ED;
}
.TagClassName
{
border-color: #95F8ED;
}
</style>