Shades of Pale Turquoise #9AFCF8
Tints of Pale Turquoise #9AFCF8
RGB
CMYK
RGB Variations
Color information
#9AFCF8 (or 0x9AFCF8) is known color: Pale Turquoise. HEX triplet: 9A, FC and F8. RGB value is (154,252,248). Sum of RGB (Red+Green+Blue) = 154+252+248=654 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.55% from 654); Green value is 252 (98.83% from 255 or 38.53% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 252 - color contains mainly: green. Hex color #9AFCF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFCF8 is #650307. Grayscale: #DEDEDE. Windows color (decimal): -6619912 or 16317594. OLE color: 16317594.
HSL color Cylindrical-coordinate representation of color #9AFCF8: hue angle of 177.55º 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 #9AFCF8 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 252 | 248 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.01 |
| HSL | 177.55º | 0.94% | 0.8% | - |
| HSV(B) | 177.55º | 0.39% | 0.99% | - |
| XYZ | 65.08 | 83.27 | 101.45 | - |
| YUV | 222.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 252 | 248 | 0.39 | 0 | 0.02 | 0.01 | 177.55 | 0.94 | 0.8 |
| Hex | 9A | FC | F8 | 27 | 0 | 2 | 1 | B2 | 5E | 50 |
| Octal | 232 | 374 | 370 | 47 | 0 | 2 | 1 | 262 | 136 | 120 |
| Binary | 10011010 | 11111100 | 11111000 | 100111 | 0 | 10 | 1 | 10110010 | 1011110 | 1010000 |
Color Harmonies of #9AFCF8
Complementary color
Monochromatic Colors of #9AFCF8
Black with #9AFCF8
Text Example
Text Example
White with #9AFCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFCF8; }
p { color: rgb(154,252,248); }
H1.HeaderClassName
{
color: #9AFCF8;
}
.AnyTagClassName
{
color: #9AFCF8;
}
</style>
background-color css
<style>
a { background-color: #9AFCF8; }
a { background-color: rgb(154,252,248); }
div.DivClassName
{
background-color: #9AFCF8;
}
.BgClassName
{
background-color: #9AFCF8;
}
</style>
border-color css
<style>
span { border-color: #9AFCF8; }
span { border-color: rgb(154,252,248); }
td.TdClassName
{
border-color: #9AFCF8;
}
.TagClassName
{
border-color: #9AFCF8;
}
</style>