Shades of Pale Turquoise #9BF5ED
Tints of Pale Turquoise #9BF5ED
RGB
CMYK
RGB Variations
Color information
#9BF5ED (or 0x9BF5ED) is known color: Pale Turquoise. HEX triplet: 9B, F5 and ED. RGB value is (155,245,237). Sum of RGB (Red+Green+Blue) = 155+245+237=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF5ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF5ED is #640A12. Grayscale: #D9D9D9. Windows color (decimal): -6556179 or 15594907. OLE color: 15594907.
HSL color Cylindrical-coordinate representation of color #9BF5ED: hue angle of 174.67º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF5ED is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 237 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.04 |
| HSL | 174.67º | 0.82% | 0.78% | - |
| HSV(B) | 174.67º | 0.37% | 0.96% | - |
| XYZ | 61.46 | 78.39 | 92.01 | - |
| YUV | 217.18 | 139.18 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 237 | 0.37 | 0 | 0.03 | 0.04 | 174.67 | 0.82 | 0.78 |
| Hex | 9B | F5 | ED | 25 | 0 | 3 | 4 | AF | 52 | 4E |
| Octal | 233 | 365 | 355 | 45 | 0 | 3 | 4 | 257 | 122 | 116 |
| Binary | 10011011 | 11110101 | 11101101 | 100101 | 0 | 11 | 100 | 10101111 | 1010010 | 1001110 |
Color Harmonies of #9BF5ED
Complementary color
Monochromatic Colors of #9BF5ED
Black with #9BF5ED
Text Example
Text Example
White with #9BF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF5ED; }
p { color: rgb(155,245,237); }
H1.HeaderClassName
{
color: #9BF5ED;
}
.AnyTagClassName
{
color: #9BF5ED;
}
</style>
background-color css
<style>
a { background-color: #9BF5ED; }
a { background-color: rgb(155,245,237); }
div.DivClassName
{
background-color: #9BF5ED;
}
.BgClassName
{
background-color: #9BF5ED;
}
</style>
border-color css
<style>
span { border-color: #9BF5ED; }
span { border-color: rgb(155,245,237); }
td.TdClassName
{
border-color: #9BF5ED;
}
.TagClassName
{
border-color: #9BF5ED;
}
</style>