Shades of Pale Turquoise #9BFAF7
Tints of Pale Turquoise #9BFAF7
RGB
CMYK
RGB Variations
Color information
#9BFAF7 (or 0x9BFAF7) is known color: Pale Turquoise. HEX triplet: 9B, FA and F7. RGB value is (155,250,247). Sum of RGB (Red+Green+Blue) = 155+250+247=652 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.77% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAF7 is #640508. Grayscale: #DDDDDD. Windows color (decimal): -6554889 or 16251547. OLE color: 16251547.
HSL color Cylindrical-coordinate representation of color #9BFAF7: hue angle of 178.11º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFAF7 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 247 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.02 |
| HSL | 178.11º | 0.9% | 0.79% | - |
| HSV(B) | 178.11º | 0.38% | 0.98% | - |
| XYZ | 64.49 | 82.06 | 100.43 | - |
| YUV | 221.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 247 | 0.38 | 0 | 0.01 | 0.02 | 178.11 | 0.9 | 0.79 |
| Hex | 9B | FA | F7 | 26 | 0 | 1 | 2 | B2 | 5A | 4F |
| Octal | 233 | 372 | 367 | 46 | 0 | 1 | 2 | 262 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11110111 | 100110 | 0 | 1 | 10 | 10110010 | 1011010 | 1001111 |
Color Harmonies of #9BFAF7
Complementary color
Monochromatic Colors of #9BFAF7
Black with #9BFAF7
Text Example
Text Example
White with #9BFAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAF7; }
p { color: rgb(155,250,247); }
H1.HeaderClassName
{
color: #9BFAF7;
}
.AnyTagClassName
{
color: #9BFAF7;
}
</style>
background-color css
<style>
a { background-color: #9BFAF7; }
a { background-color: rgb(155,250,247); }
div.DivClassName
{
background-color: #9BFAF7;
}
.BgClassName
{
background-color: #9BFAF7;
}
</style>
border-color css
<style>
span { border-color: #9BFAF7; }
span { border-color: rgb(155,250,247); }
td.TdClassName
{
border-color: #9BFAF7;
}
.TagClassName
{
border-color: #9BFAF7;
}
</style>