Shades of Pale Turquoise #9AFAFA
Tints of Pale Turquoise #9AFAFA
RGB
CMYK
RGB Variations
Color information
#9AFAFA (or 0x9AFAFA) is known color: Pale Turquoise. HEX triplet: 9A, FA and FA. RGB value is (154,250,250). Sum of RGB (Red+Green+Blue) = 154+250+250=654 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.55% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #9AFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFAFA is #650505. Grayscale: #DDDDDD. Windows color (decimal): -6620422 or 16448154. OLE color: 16448154.
HSL color Cylindrical-coordinate representation of color #9AFAFA: hue angle of 180º 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 #9AFAFA is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 250 | - |
| CMYK | 0.38 | 0 | 0 | 0.02 |
| HSL | 180º | 0.91% | 0.79% | - |
| HSV(B) | 180º | 0.38% | 0.98% | - |
| XYZ | 64.77 | 82.14 | 102.88 | - |
| YUV | 221.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 250 | 0.38 | 0 | 0 | 0.02 | 180 | 0.91 | 0.79 |
| Hex | 9A | FA | FA | 26 | 0 | 0 | 2 | B4 | 5B | 4F |
| Octal | 232 | 372 | 372 | 46 | 0 | 0 | 2 | 264 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11111010 | 100110 | 0 | 0 | 10 | 10110100 | 1011011 | 1001111 |
Color Harmonies of #9AFAFA
Complementary color
Monochromatic Colors of #9AFAFA
Black with #9AFAFA
Text Example
Text Example
White with #9AFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFAFA; }
p { color: rgb(154,250,250); }
H1.HeaderClassName
{
color: #9AFAFA;
}
.AnyTagClassName
{
color: #9AFAFA;
}
</style>
background-color css
<style>
a { background-color: #9AFAFA; }
a { background-color: rgb(154,250,250); }
div.DivClassName
{
background-color: #9AFAFA;
}
.BgClassName
{
background-color: #9AFAFA;
}
</style>
border-color css
<style>
span { border-color: #9AFAFA; }
span { border-color: rgb(154,250,250); }
td.TdClassName
{
border-color: #9AFAFA;
}
.TagClassName
{
border-color: #9AFAFA;
}
</style>