Shades of Pale Turquoise #9AF5EA
Tints of Pale Turquoise #9AF5EA
RGB
CMYK
RGB Variations
Color information
#9AF5EA (or 0x9AF5EA) is known color: Pale Turquoise. HEX triplet: 9A, F5 and EA. RGB value is (154,245,234). Sum of RGB (Red+Green+Blue) = 154+245+234=633 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.33% from 633); Green value is 245 (96.09% from 255 or 38.70% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF5EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF5EA is #650A15. Grayscale: #D8D8D8. Windows color (decimal): -6621718 or 15398298. OLE color: 15398298.
HSL color Cylindrical-coordinate representation of color #9AF5EA: hue angle of 172.75º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF5EA is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 234 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.04 |
| HSL | 172.75º | 0.82% | 0.78% | - |
| HSV(B) | 172.75º | 0.37% | 0.96% | - |
| XYZ | 60.83 | 78.12 | 89.71 | - |
| YUV | 216.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 234 | 0.37 | 0 | 0.04 | 0.04 | 172.75 | 0.82 | 0.78 |
| Hex | 9A | F5 | EA | 25 | 0 | 4 | 4 | AD | 52 | 4E |
| Octal | 232 | 365 | 352 | 45 | 0 | 4 | 4 | 255 | 122 | 116 |
| Binary | 10011010 | 11110101 | 11101010 | 100101 | 0 | 100 | 100 | 10101101 | 1010010 | 1001110 |
Color Harmonies of #9AF5EA
Complementary color
Monochromatic Colors of #9AF5EA
Black with #9AF5EA
Text Example
Text Example
White with #9AF5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF5EA; }
p { color: rgb(154,245,234); }
H1.HeaderClassName
{
color: #9AF5EA;
}
.AnyTagClassName
{
color: #9AF5EA;
}
</style>
background-color css
<style>
a { background-color: #9AF5EA; }
a { background-color: rgb(154,245,234); }
div.DivClassName
{
background-color: #9AF5EA;
}
.BgClassName
{
background-color: #9AF5EA;
}
</style>
border-color css
<style>
span { border-color: #9AF5EA; }
span { border-color: rgb(154,245,234); }
td.TdClassName
{
border-color: #9AF5EA;
}
.TagClassName
{
border-color: #9AF5EA;
}
</style>