Shades of Pale Turquoise #9BF4EE
Tints of Pale Turquoise #9BF4EE
RGB
CMYK
RGB Variations
Color information
#9BF4EE (or 0x9BF4EE) is known color: Pale Turquoise. HEX triplet: 9B, F4 and EE. RGB value is (155,244,238). Sum of RGB (Red+Green+Blue) = 155+244+238=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF4EE is #640B11. Grayscale: #D8D8D8. Windows color (decimal): -6556434 or 15660187. OLE color: 15660187.
HSL color Cylindrical-coordinate representation of color #9BF4EE: hue angle of 175.96º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF4EE is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 238 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.04 |
| HSL | 175.96º | 0.8% | 0.78% | - |
| HSV(B) | 175.96º | 0.36% | 0.96% | - |
| XYZ | 61.3 | 77.84 | 92.68 | - |
| YUV | 216.71 | 140.01 | 83.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 238 | 0.36 | 0 | 0.02 | 0.04 | 175.96 | 0.8 | 0.78 |
| Hex | 9B | F4 | EE | 24 | 0 | 2 | 4 | B0 | 50 | 4E |
| Octal | 233 | 364 | 356 | 44 | 0 | 2 | 4 | 260 | 120 | 116 |
| Binary | 10011011 | 11110100 | 11101110 | 100100 | 0 | 10 | 100 | 10110000 | 1010000 | 1001110 |
Color Harmonies of #9BF4EE
Complementary color
Monochromatic Colors of #9BF4EE
Black with #9BF4EE
Text Example
Text Example
White with #9BF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF4EE; }
p { color: rgb(155,244,238); }
H1.HeaderClassName
{
color: #9BF4EE;
}
.AnyTagClassName
{
color: #9BF4EE;
}
</style>
background-color css
<style>
a { background-color: #9BF4EE; }
a { background-color: rgb(155,244,238); }
div.DivClassName
{
background-color: #9BF4EE;
}
.BgClassName
{
background-color: #9BF4EE;
}
</style>
border-color css
<style>
span { border-color: #9BF4EE; }
span { border-color: rgb(155,244,238); }
td.TdClassName
{
border-color: #9BF4EE;
}
.TagClassName
{
border-color: #9BF4EE;
}
</style>