Shades of Pale Turquoise #9BF4ED
Tints of Pale Turquoise #9BF4ED
RGB
CMYK
RGB Variations
Color information
#9BF4ED (or 0x9BF4ED) is known color: Pale Turquoise. HEX triplet: 9B, F4 and ED. RGB value is (155,244,237). Sum of RGB (Red+Green+Blue) = 155+244+237=636 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.37% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF4ED is #640B12. Grayscale: #D8D8D8. Windows color (decimal): -6556435 or 15594651. OLE color: 15594651.
HSL color Cylindrical-coordinate representation of color #9BF4ED: hue angle of 175.28º 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 #9BF4ED is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 237 | - |
| CMYK | 0.36 | 0 | 0.03 | 0.04 |
| HSL | 175.28º | 0.8% | 0.78% | - |
| HSV(B) | 175.28º | 0.36% | 0.96% | - |
| XYZ | 61.15 | 77.78 | 91.91 | - |
| YUV | 216.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 237 | 0.36 | 0 | 0.03 | 0.04 | 175.28 | 0.8 | 0.78 |
| Hex | 9B | F4 | ED | 24 | 0 | 3 | 4 | AF | 50 | 4E |
| Octal | 233 | 364 | 355 | 44 | 0 | 3 | 4 | 257 | 120 | 116 |
| Binary | 10011011 | 11110100 | 11101101 | 100100 | 0 | 11 | 100 | 10101111 | 1010000 | 1001110 |
Color Harmonies of #9BF4ED
Complementary color
Monochromatic Colors of #9BF4ED
Black with #9BF4ED
Text Example
Text Example
White with #9BF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF4ED; }
p { color: rgb(155,244,237); }
H1.HeaderClassName
{
color: #9BF4ED;
}
.AnyTagClassName
{
color: #9BF4ED;
}
</style>
background-color css
<style>
a { background-color: #9BF4ED; }
a { background-color: rgb(155,244,237); }
div.DivClassName
{
background-color: #9BF4ED;
}
.BgClassName
{
background-color: #9BF4ED;
}
</style>
border-color css
<style>
span { border-color: #9BF4ED; }
span { border-color: rgb(155,244,237); }
td.TdClassName
{
border-color: #9BF4ED;
}
.TagClassName
{
border-color: #9BF4ED;
}
</style>