Shades of Pale Turquoise #92F5E7
Tints of Pale Turquoise #92F5E7
RGB
CMYK
RGB Variations
Color information
#92F5E7 (or 0x92F5E7) is known color: Pale Turquoise. HEX triplet: 92, F5 and E7. RGB value is (146,245,231). Sum of RGB (Red+Green+Blue) = 146+245+231=622 (82% of max value = 765). Red value is 146 (57.42% from 255 or 23.47% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 231 (90.62% from 255 or 37.14% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #92F5E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F5E7 is #6D0A18. Grayscale: #D5D5D5. Windows color (decimal): -7146009 or 15201682. OLE color: 15201682.
HSL color Cylindrical-coordinate representation of color #92F5E7: hue angle of 171.52º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F5E7 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 245 | 231 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.04 |
| HSL | 171.52º | 0.83% | 0.77% | - |
| HSV(B) | 171.52º | 0.4% | 0.96% | - |
| XYZ | 58.93 | 77.19 | 87.39 | - |
| YUV | 213.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 231 | 0.40 | 0 | 0.06 | 0.04 | 171.52 | 0.83 | 0.77 |
| Hex | 92 | F5 | E7 | 28 | 0 | 6 | 4 | AC | 53 | 4D |
| Octal | 222 | 365 | 347 | 50 | 0 | 6 | 4 | 254 | 123 | 115 |
| Binary | 10010010 | 11110101 | 11100111 | 101000 | 0 | 110 | 100 | 10101100 | 1010011 | 1001101 |
Color Harmonies of #92F5E7
Complementary color
Monochromatic Colors of #92F5E7
Black with #92F5E7
Text Example
Text Example
White with #92F5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F5E7; }
p { color: rgb(146,245,231); }
H1.HeaderClassName
{
color: #92F5E7;
}
.AnyTagClassName
{
color: #92F5E7;
}
</style>
background-color css
<style>
a { background-color: #92F5E7; }
a { background-color: rgb(146,245,231); }
div.DivClassName
{
background-color: #92F5E7;
}
.BgClassName
{
background-color: #92F5E7;
}
</style>
border-color css
<style>
span { border-color: #92F5E7; }
span { border-color: rgb(146,245,231); }
td.TdClassName
{
border-color: #92F5E7;
}
.TagClassName
{
border-color: #92F5E7;
}
</style>