Shades of Pale Turquoise #95F1E3
Tints of Pale Turquoise #95F1E3
RGB
CMYK
RGB Variations
Color information
#95F1E3 (or 0x95F1E3) is known color: Pale Turquoise. HEX triplet: 95, F1 and E3. RGB value is (149,241,227). Sum of RGB (Red+Green+Blue) = 149+241+227=617 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.15% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #95F1E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95F1E3 is #6A0E1C. Grayscale: #D3D3D3. Windows color (decimal): -6950429 or 14938517. OLE color: 14938517.
HSL color Cylindrical-coordinate representation of color #95F1E3: hue angle of 170.87º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95F1E3 is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 241 | 227 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.05 |
| HSL | 170.87º | 0.77% | 0.76% | - |
| HSV(B) | 170.87º | 0.38% | 0.95% | - |
| XYZ | 57.71 | 74.85 | 84.08 | - |
| YUV | 211.9 | 136.52 | 83.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 241 | 227 | 0.38 | 0 | 0.06 | 0.05 | 170.87 | 0.77 | 0.76 |
| Hex | 95 | F1 | E3 | 26 | 0 | 6 | 5 | AB | 4D | 4C |
| Octal | 225 | 361 | 343 | 46 | 0 | 6 | 5 | 253 | 115 | 114 |
| Binary | 10010101 | 11110001 | 11100011 | 100110 | 0 | 110 | 101 | 10101011 | 1001101 | 1001100 |
Color Harmonies of #95F1E3
Complementary color
Monochromatic Colors of #95F1E3
Black with #95F1E3
Text Example
Text Example
White with #95F1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F1E3; }
p { color: rgb(149,241,227); }
H1.HeaderClassName
{
color: #95F1E3;
}
.AnyTagClassName
{
color: #95F1E3;
}
</style>
background-color css
<style>
a { background-color: #95F1E3; }
a { background-color: rgb(149,241,227); }
div.DivClassName
{
background-color: #95F1E3;
}
.BgClassName
{
background-color: #95F1E3;
}
</style>
border-color css
<style>
span { border-color: #95F1E3; }
span { border-color: rgb(149,241,227); }
td.TdClassName
{
border-color: #95F1E3;
}
.TagClassName
{
border-color: #95F1E3;
}
</style>