Shades of Pale Turquoise #9AFFF0
Tints of Pale Turquoise #9AFFF0
RGB
CMYK
RGB Variations
Color information
#9AFFF0 (or 0x9AFFF0) is known color: Pale Turquoise. HEX triplet: 9A, FF and F0. RGB value is (154,255,240). Sum of RGB (Red+Green+Blue) = 154+255+240=649 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.73% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFF0 is #65000F. Grayscale: #DFDFDF. Windows color (decimal): -6619152 or 15794074. OLE color: 15794074.
HSL color Cylindrical-coordinate representation of color #9AFFF0: hue angle of 171.09º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFF0 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 240 | - |
| CMYK | 0.40 | 0 | 0.06 | 0 |
| HSL | 171.09º | 1% | 0.8% | - |
| HSV(B) | 171.09º | 0.4% | 1% | - |
| XYZ | 64.81 | 84.68 | 95.37 | - |
| YUV | 223.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 240 | 0.40 | 0 | 0.06 | 0 | 171.09 | 1 | 0.8 |
| Hex | 9A | FF | F0 | 28 | 0 | 6 | 0 | AB | 64 | 50 |
| Octal | 232 | 377 | 360 | 50 | 0 | 6 | 0 | 253 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11110000 | 101000 | 0 | 110 | 0 | 10101011 | 1100100 | 1010000 |
Color Harmonies of #9AFFF0
Complementary color
Monochromatic Colors of #9AFFF0
Black with #9AFFF0
Text Example
Text Example
White with #9AFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFF0; }
p { color: rgb(154,255,240); }
H1.HeaderClassName
{
color: #9AFFF0;
}
.AnyTagClassName
{
color: #9AFFF0;
}
</style>
background-color css
<style>
a { background-color: #9AFFF0; }
a { background-color: rgb(154,255,240); }
div.DivClassName
{
background-color: #9AFFF0;
}
.BgClassName
{
background-color: #9AFFF0;
}
</style>
border-color css
<style>
span { border-color: #9AFFF0; }
span { border-color: rgb(154,255,240); }
td.TdClassName
{
border-color: #9AFFF0;
}
.TagClassName
{
border-color: #9AFFF0;
}
</style>