Shades of Pale Turquoise #9AFCFB
Tints of Pale Turquoise #9AFCFB
RGB
CMYK
RGB Variations
Color information
#9AFCFB (or 0x9AFCFB) is known color: Pale Turquoise. HEX triplet: 9A, FC and FB. RGB value is (154,252,251). Sum of RGB (Red+Green+Blue) = 154+252+251=657 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.44% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFCFB is #650304. Grayscale: #DEDEDE. Windows color (decimal): -6619909 or 16514202. OLE color: 16514202.
HSL color Cylindrical-coordinate representation of color #9AFCFB: hue angle of 179.39º 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 #9AFCFB is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 251 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.01 |
| HSL | 179.39º | 0.94% | 0.8% | - |
| HSV(B) | 179.39º | 0.39% | 0.99% | - |
| XYZ | 65.55 | 83.46 | 103.92 | - |
| YUV | 222.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 251 | 0.39 | 0 | 0.00 | 0.01 | 179.39 | 0.94 | 0.8 |
| Hex | 9A | FC | FB | 27 | 0 | 0 | 1 | B3 | 5E | 50 |
| Octal | 232 | 374 | 373 | 47 | 0 | 0 | 1 | 263 | 136 | 120 |
| Binary | 10011010 | 11111100 | 11111011 | 100111 | 0 | 0 | 1 | 10110011 | 1011110 | 1010000 |
Color Harmonies of #9AFCFB
Complementary color
Monochromatic Colors of #9AFCFB
Black with #9AFCFB
Text Example
Text Example
White with #9AFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFCFB; }
p { color: rgb(154,252,251); }
H1.HeaderClassName
{
color: #9AFCFB;
}
.AnyTagClassName
{
color: #9AFCFB;
}
</style>
background-color css
<style>
a { background-color: #9AFCFB; }
a { background-color: rgb(154,252,251); }
div.DivClassName
{
background-color: #9AFCFB;
}
.BgClassName
{
background-color: #9AFCFB;
}
</style>
border-color css
<style>
span { border-color: #9AFCFB; }
span { border-color: rgb(154,252,251); }
td.TdClassName
{
border-color: #9AFCFB;
}
.TagClassName
{
border-color: #9AFCFB;
}
</style>