Shades of Pale Turquoise #91F3E7
Tints of Pale Turquoise #91F3E7
RGB
CMYK
RGB Variations
Color information
#91F3E7 (or 0x91F3E7) is known color: Pale Turquoise. HEX triplet: 91, F3 and E7. RGB value is (145,243,231). Sum of RGB (Red+Green+Blue) = 145+243+231=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 243 (95.31% from 255 or 39.26% from 619); Blue value is 231 (90.62% from 255 or 37.32% from 619); Max value from RGB is 243 - color contains mainly: green. Hex color #91F3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F3E7 is #6E0C18. Grayscale: #D4D4D4. Windows color (decimal): -7212057 or 15201169. OLE color: 15201169.
HSL color Cylindrical-coordinate representation of color #91F3E7: hue angle of 172.65º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91F3E7 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 231 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.05 |
| HSL | 172.65º | 0.8% | 0.76% | - |
| HSV(B) | 172.65º | 0.4% | 0.95% | - |
| XYZ | 58.15 | 75.89 | 87.18 | - |
| YUV | 212.33 | 138.53 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 231 | 0.40 | 0 | 0.05 | 0.05 | 172.65 | 0.8 | 0.76 |
| Hex | 91 | F3 | E7 | 28 | 0 | 5 | 5 | AD | 50 | 4C |
| Octal | 221 | 363 | 347 | 50 | 0 | 5 | 5 | 255 | 120 | 114 |
| Binary | 10010001 | 11110011 | 11100111 | 101000 | 0 | 101 | 101 | 10101101 | 1010000 | 1001100 |
Color Harmonies of #91F3E7
Complementary color
Monochromatic Colors of #91F3E7
Black with #91F3E7
Text Example
Text Example
White with #91F3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F3E7; }
p { color: rgb(145,243,231); }
H1.HeaderClassName
{
color: #91F3E7;
}
.AnyTagClassName
{
color: #91F3E7;
}
</style>
background-color css
<style>
a { background-color: #91F3E7; }
a { background-color: rgb(145,243,231); }
div.DivClassName
{
background-color: #91F3E7;
}
.BgClassName
{
background-color: #91F3E7;
}
</style>
border-color css
<style>
span { border-color: #91F3E7; }
span { border-color: rgb(145,243,231); }
td.TdClassName
{
border-color: #91F3E7;
}
.TagClassName
{
border-color: #91F3E7;
}
</style>