Shades of Pale Turquoise #9AFFEF
Tints of Pale Turquoise #9AFFEF
RGB
CMYK
RGB Variations
Color information
#9AFFEF (or 0x9AFFEF) is known color: Pale Turquoise. HEX triplet: 9A, FF and EF. RGB value is (154,255,239). Sum of RGB (Red+Green+Blue) = 154+255+239=648 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.77% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFFEF is #650010. Grayscale: #DEDEDE. Windows color (decimal): -6619153 or 15728538. OLE color: 15728538.
HSL color Cylindrical-coordinate representation of color #9AFFEF: hue angle of 170.5º 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 #9AFFEF is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 239 | - |
| CMYK | 0.40 | 0 | 0.06 | 0 |
| HSL | 170.5º | 1% | 0.8% | - |
| HSV(B) | 170.5º | 0.4% | 1% | - |
| XYZ | 64.67 | 84.62 | 94.59 | - |
| YUV | 222.98 | 137.04 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 239 | 0.40 | 0 | 0.06 | 0 | 170.5 | 1 | 0.8 |
| Hex | 9A | FF | EF | 28 | 0 | 6 | 0 | AA | 64 | 50 |
| Octal | 232 | 377 | 357 | 50 | 0 | 6 | 0 | 252 | 144 | 120 |
| Binary | 10011010 | 11111111 | 11101111 | 101000 | 0 | 110 | 0 | 10101010 | 1100100 | 1010000 |
Color Harmonies of #9AFFEF
Complementary color
Monochromatic Colors of #9AFFEF
Black with #9AFFEF
Text Example
Text Example
White with #9AFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFEF; }
p { color: rgb(154,255,239); }
H1.HeaderClassName
{
color: #9AFFEF;
}
.AnyTagClassName
{
color: #9AFFEF;
}
</style>
background-color css
<style>
a { background-color: #9AFFEF; }
a { background-color: rgb(154,255,239); }
div.DivClassName
{
background-color: #9AFFEF;
}
.BgClassName
{
background-color: #9AFFEF;
}
</style>
border-color css
<style>
span { border-color: #9AFFEF; }
span { border-color: rgb(154,255,239); }
td.TdClassName
{
border-color: #9AFFEF;
}
.TagClassName
{
border-color: #9AFFEF;
}
</style>