Shades of Pale Turquoise #95FAEA
Tints of Pale Turquoise #95FAEA
RGB
CMYK
RGB Variations
Color information
#95FAEA (or 0x95FAEA) is known color: Pale Turquoise. HEX triplet: 95, FA and EA. RGB value is (149,250,234). Sum of RGB (Red+Green+Blue) = 149+250+234=633 (83% of max value = 765). Red value is 149 (58.59% from 255 or 23.54% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #95FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95FAEA is #6A0515. Grayscale: #D9D9D9. Windows color (decimal): -6948118 or 15399573. OLE color: 15399573.
HSL color Cylindrical-coordinate representation of color #95FAEA: hue angle of 170.5º 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 #95FAEA is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 149 | 250 | 234 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.02 |
| HSL | 170.5º | 0.91% | 0.78% | - |
| HSV(B) | 170.5º | 0.4% | 0.98% | - |
| XYZ | 61.43 | 80.7 | 90.18 | - |
| YUV | 217.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 250 | 234 | 0.40 | 0 | 0.06 | 0.02 | 170.5 | 0.91 | 0.78 |
| Hex | 95 | FA | EA | 28 | 0 | 6 | 2 | AA | 5B | 4E |
| Octal | 225 | 372 | 352 | 50 | 0 | 6 | 2 | 252 | 133 | 116 |
| Binary | 10010101 | 11111010 | 11101010 | 101000 | 0 | 110 | 10 | 10101010 | 1011011 | 1001110 |
Color Harmonies of #95FAEA
Complementary color
Monochromatic Colors of #95FAEA
Black with #95FAEA
Text Example
Text Example
White with #95FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FAEA; }
p { color: rgb(149,250,234); }
H1.HeaderClassName
{
color: #95FAEA;
}
.AnyTagClassName
{
color: #95FAEA;
}
</style>
background-color css
<style>
a { background-color: #95FAEA; }
a { background-color: rgb(149,250,234); }
div.DivClassName
{
background-color: #95FAEA;
}
.BgClassName
{
background-color: #95FAEA;
}
</style>
border-color css
<style>
span { border-color: #95FAEA; }
span { border-color: rgb(149,250,234); }
td.TdClassName
{
border-color: #95FAEA;
}
.TagClassName
{
border-color: #95FAEA;
}
</style>