Shades of Pale Turquoise #95F5EF
Tints of Pale Turquoise #95F5EF
RGB
CMYK
RGB Variations
Color information
#95F5EF (or 0x95F5EF) is known color: Pale Turquoise. HEX triplet: 95, F5 and EF. RGB value is (149,245,239). Sum of RGB (Red+Green+Blue) = 149+245+239=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #95F5EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F5EF is #6A0A10. Grayscale: #D7D7D7. Windows color (decimal): -6949393 or 15725973. OLE color: 15725973.
HSL color Cylindrical-coordinate representation of color #95F5EF: hue angle of 176.25º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F5EF is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 239 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.04 |
| HSL | 176.25º | 0.83% | 0.77% | - |
| HSV(B) | 176.25º | 0.39% | 0.96% | - |
| XYZ | 60.63 | 77.93 | 93.51 | - |
| YUV | 215.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 239 | 0.39 | 0 | 0.02 | 0.04 | 176.25 | 0.83 | 0.77 |
| Hex | 95 | F5 | EF | 27 | 0 | 2 | 4 | B0 | 53 | 4D |
| Octal | 225 | 365 | 357 | 47 | 0 | 2 | 4 | 260 | 123 | 115 |
| Binary | 10010101 | 11110101 | 11101111 | 100111 | 0 | 10 | 100 | 10110000 | 1010011 | 1001101 |
Color Harmonies of #95F5EF
Complementary color
Monochromatic Colors of #95F5EF
Black with #95F5EF
Text Example
Text Example
White with #95F5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F5EF; }
p { color: rgb(149,245,239); }
H1.HeaderClassName
{
color: #95F5EF;
}
.AnyTagClassName
{
color: #95F5EF;
}
</style>
background-color css
<style>
a { background-color: #95F5EF; }
a { background-color: rgb(149,245,239); }
div.DivClassName
{
background-color: #95F5EF;
}
.BgClassName
{
background-color: #95F5EF;
}
</style>
border-color css
<style>
span { border-color: #95F5EF; }
span { border-color: rgb(149,245,239); }
td.TdClassName
{
border-color: #95F5EF;
}
.TagClassName
{
border-color: #95F5EF;
}
</style>