Shades of Pale Turquoise #9BF0ED
Tints of Pale Turquoise #9BF0ED
RGB
CMYK
RGB Variations
Color information
#9BF0ED (or 0x9BF0ED) is known color: Pale Turquoise. HEX triplet: 9B, F0 and ED. RGB value is (155,240,237). Sum of RGB (Red+Green+Blue) = 155+240+237=632 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.53% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF0ED is #640F12. Grayscale: #D6D6D6. Windows color (decimal): -6557459 or 15593627. OLE color: 15593627.
HSL color Cylindrical-coordinate representation of color #9BF0ED: hue angle of 177.88º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BF0ED is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 237 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.06 |
| HSL | 177.88º | 0.74% | 0.77% | - |
| HSV(B) | 177.88º | 0.35% | 0.94% | - |
| XYZ | 59.96 | 75.4 | 91.51 | - |
| YUV | 214.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 237 | 0.35 | 0 | 0.01 | 0.06 | 177.88 | 0.74 | 0.77 |
| Hex | 9B | F0 | ED | 23 | 0 | 1 | 6 | B2 | 4A | 4D |
| Octal | 233 | 360 | 355 | 43 | 0 | 1 | 6 | 262 | 112 | 115 |
| Binary | 10011011 | 11110000 | 11101101 | 100011 | 0 | 1 | 110 | 10110010 | 1001010 | 1001101 |
Color Harmonies of #9BF0ED
Complementary color
Monochromatic Colors of #9BF0ED
Black with #9BF0ED
Text Example
Text Example
White with #9BF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF0ED; }
p { color: rgb(155,240,237); }
H1.HeaderClassName
{
color: #9BF0ED;
}
.AnyTagClassName
{
color: #9BF0ED;
}
</style>
background-color css
<style>
a { background-color: #9BF0ED; }
a { background-color: rgb(155,240,237); }
div.DivClassName
{
background-color: #9BF0ED;
}
.BgClassName
{
background-color: #9BF0ED;
}
</style>
border-color css
<style>
span { border-color: #9BF0ED; }
span { border-color: rgb(155,240,237); }
td.TdClassName
{
border-color: #9BF0ED;
}
.TagClassName
{
border-color: #9BF0ED;
}
</style>