Shades of Pale Turquoise #9AFCF6
Tints of Pale Turquoise #9AFCF6
RGB
CMYK
RGB Variations
Color information
#9AFCF6 (or 0x9AFCF6) is known color: Pale Turquoise. HEX triplet: 9A, FC and F6. RGB value is (154,252,246). Sum of RGB (Red+Green+Blue) = 154+252+246=652 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.62% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFCF6 is #650309. Grayscale: #DDDDDD. Windows color (decimal): -6619914 or 16186522. OLE color: 16186522.
HSL color Cylindrical-coordinate representation of color #9AFCF6: hue angle of 176.33º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFCF6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 246 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.01 |
| HSL | 176.33º | 0.94% | 0.8% | - |
| HSV(B) | 176.33º | 0.39% | 0.99% | - |
| XYZ | 64.77 | 83.14 | 99.82 | - |
| YUV | 222.01 | 141.53 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 246 | 0.39 | 0 | 0.02 | 0.01 | 176.33 | 0.94 | 0.8 |
| Hex | 9A | FC | F6 | 27 | 0 | 2 | 1 | B0 | 5E | 50 |
| Octal | 232 | 374 | 366 | 47 | 0 | 2 | 1 | 260 | 136 | 120 |
| Binary | 10011010 | 11111100 | 11110110 | 100111 | 0 | 10 | 1 | 10110000 | 1011110 | 1010000 |
Color Harmonies of #9AFCF6
Complementary color
Monochromatic Colors of #9AFCF6
Black with #9AFCF6
Text Example
Text Example
White with #9AFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFCF6; }
p { color: rgb(154,252,246); }
H1.HeaderClassName
{
color: #9AFCF6;
}
.AnyTagClassName
{
color: #9AFCF6;
}
</style>
background-color css
<style>
a { background-color: #9AFCF6; }
a { background-color: rgb(154,252,246); }
div.DivClassName
{
background-color: #9AFCF6;
}
.BgClassName
{
background-color: #9AFCF6;
}
</style>
border-color css
<style>
span { border-color: #9AFCF6; }
span { border-color: rgb(154,252,246); }
td.TdClassName
{
border-color: #9AFCF6;
}
.TagClassName
{
border-color: #9AFCF6;
}
</style>