Shades of Pale Turquoise #95F3EA
Tints of Pale Turquoise #95F3EA
RGB
CMYK
RGB Variations
Color information
#95F3EA (or 0x95F3EA) is known color: Pale Turquoise. HEX triplet: 95, F3 and EA. RGB value is (149,243,234). Sum of RGB (Red+Green+Blue) = 149+243+234=626 (82% of max value = 765). Red value is 149 (58.59% from 255 or 23.80% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #95F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #95F3EA is #6A0C15. Grayscale: #D5D5D5. Windows color (decimal): -6949910 or 15397781. OLE color: 15397781.
HSL color Cylindrical-coordinate representation of color #95F3EA: hue angle of 174.26º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95F3EA is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 243 | 234 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.05 |
| HSL | 174.26º | 0.8% | 0.77% | - |
| HSV(B) | 174.26º | 0.39% | 0.95% | - |
| XYZ | 59.3 | 76.43 | 89.47 | - |
| YUV | 213.87 | 139.36 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 243 | 234 | 0.39 | 0 | 0.04 | 0.05 | 174.26 | 0.8 | 0.77 |
| Hex | 95 | F3 | EA | 27 | 0 | 4 | 5 | AE | 50 | 4D |
| Octal | 225 | 363 | 352 | 47 | 0 | 4 | 5 | 256 | 120 | 115 |
| Binary | 10010101 | 11110011 | 11101010 | 100111 | 0 | 100 | 101 | 10101110 | 1010000 | 1001101 |
Color Harmonies of #95F3EA
Complementary color
Monochromatic Colors of #95F3EA
Black with #95F3EA
Text Example
Text Example
White with #95F3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F3EA; }
p { color: rgb(149,243,234); }
H1.HeaderClassName
{
color: #95F3EA;
}
.AnyTagClassName
{
color: #95F3EA;
}
</style>
background-color css
<style>
a { background-color: #95F3EA; }
a { background-color: rgb(149,243,234); }
div.DivClassName
{
background-color: #95F3EA;
}
.BgClassName
{
background-color: #95F3EA;
}
</style>
border-color css
<style>
span { border-color: #95F3EA; }
span { border-color: rgb(149,243,234); }
td.TdClassName
{
border-color: #95F3EA;
}
.TagClassName
{
border-color: #95F3EA;
}
</style>