Shades of Pale Turquoise #9AFAEA
Tints of Pale Turquoise #9AFAEA
RGB
CMYK
RGB Variations
Color information
#9AFAEA (or 0x9AFAEA) is known color: Pale Turquoise. HEX triplet: 9A, FA and EA. RGB value is (154,250,234). Sum of RGB (Red+Green+Blue) = 154+250+234=638 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.14% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAEA is #650515. Grayscale: #DBDBDB. Windows color (decimal): -6620438 or 15399578. OLE color: 15399578.
HSL color Cylindrical-coordinate representation of color #9AFAEA: hue angle of 170º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AFAEA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 234 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.02 |
| HSL | 170º | 0.91% | 0.79% | - |
| HSV(B) | 170º | 0.38% | 0.98% | - |
| XYZ | 62.36 | 81.18 | 90.22 | - |
| YUV | 219.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 234 | 0.38 | 0 | 0.06 | 0.02 | 170 | 0.91 | 0.79 |
| Hex | 9A | FA | EA | 26 | 0 | 6 | 2 | AA | 5B | 4F |
| Octal | 232 | 372 | 352 | 46 | 0 | 6 | 2 | 252 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11101010 | 100110 | 0 | 110 | 10 | 10101010 | 1011011 | 1001111 |
Color Harmonies of #9AFAEA
Complementary color
Monochromatic Colors of #9AFAEA
Black with #9AFAEA
Text Example
Text Example
White with #9AFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAEA; }
p { color: rgb(154,250,234); }
H1.HeaderClassName
{
color: #9AFAEA;
}
.AnyTagClassName
{
color: #9AFAEA;
}
</style>
background-color css
<style>
a { background-color: #9AFAEA; }
a { background-color: rgb(154,250,234); }
div.DivClassName
{
background-color: #9AFAEA;
}
.BgClassName
{
background-color: #9AFAEA;
}
</style>
border-color css
<style>
span { border-color: #9AFAEA; }
span { border-color: rgb(154,250,234); }
td.TdClassName
{
border-color: #9AFAEA;
}
.TagClassName
{
border-color: #9AFAEA;
}
</style>