Shades of Pale Turquoise #92F8EA
Tints of Pale Turquoise #92F8EA
RGB
CMYK
RGB Variations
Color information
#92F8EA (or 0x92F8EA) is known color: Pale Turquoise. HEX triplet: 92, F8 and EA. RGB value is (146,248,234). Sum of RGB (Red+Green+Blue) = 146+248+234=628 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.25% from 628); Green value is 248 (97.27% from 255 or 39.49% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92F8EA is #6D0715. Grayscale: #D7D7D7. Windows color (decimal): -7145238 or 15399058. OLE color: 15399058.
HSL color Cylindrical-coordinate representation of color #92F8EA: hue angle of 171.76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F8EA is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 248 | 234 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.03 |
| HSL | 171.76º | 0.88% | 0.77% | - |
| HSV(B) | 171.76º | 0.41% | 0.97% | - |
| XYZ | 60.27 | 79.19 | 89.95 | - |
| YUV | 215.91 | 138.21 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 248 | 234 | 0.41 | 0 | 0.06 | 0.03 | 171.76 | 0.88 | 0.77 |
| Hex | 92 | F8 | EA | 29 | 0 | 6 | 3 | AC | 58 | 4D |
| Octal | 222 | 370 | 352 | 51 | 0 | 6 | 3 | 254 | 130 | 115 |
| Binary | 10010010 | 11111000 | 11101010 | 101001 | 0 | 110 | 11 | 10101100 | 1011000 | 1001101 |
Color Harmonies of #92F8EA
Complementary color
Monochromatic Colors of #92F8EA
Black with #92F8EA
Text Example
Text Example
White with #92F8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F8EA; }
p { color: rgb(146,248,234); }
H1.HeaderClassName
{
color: #92F8EA;
}
.AnyTagClassName
{
color: #92F8EA;
}
</style>
background-color css
<style>
a { background-color: #92F8EA; }
a { background-color: rgb(146,248,234); }
div.DivClassName
{
background-color: #92F8EA;
}
.BgClassName
{
background-color: #92F8EA;
}
</style>
border-color css
<style>
span { border-color: #92F8EA; }
span { border-color: rgb(146,248,234); }
td.TdClassName
{
border-color: #92F8EA;
}
.TagClassName
{
border-color: #92F8EA;
}
</style>