Shades of Pale Turquoise #9BF1EE
Tints of Pale Turquoise #9BF1EE
RGB
CMYK
RGB Variations
Color information
#9BF1EE (or 0x9BF1EE) is known color: Pale Turquoise. HEX triplet: 9B, F1 and EE. RGB value is (155,241,238). Sum of RGB (Red+Green+Blue) = 155+241+238=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF1EE is #640E11. Grayscale: #D6D6D6. Windows color (decimal): -6557202 or 15659419. OLE color: 15659419.
HSL color Cylindrical-coordinate representation of color #9BF1EE: hue angle of 177.91º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1EE is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 238 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.05 |
| HSL | 177.91º | 0.75% | 0.78% | - |
| HSV(B) | 177.91º | 0.36% | 0.95% | - |
| XYZ | 60.41 | 76.05 | 92.38 | - |
| YUV | 214.94 | 141.01 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 238 | 0.36 | 0 | 0.01 | 0.05 | 177.91 | 0.75 | 0.78 |
| Hex | 9B | F1 | EE | 24 | 0 | 1 | 5 | B2 | 4B | 4E |
| Octal | 233 | 361 | 356 | 44 | 0 | 1 | 5 | 262 | 113 | 116 |
| Binary | 10011011 | 11110001 | 11101110 | 100100 | 0 | 1 | 101 | 10110010 | 1001011 | 1001110 |
Color Harmonies of #9BF1EE
Complementary color
Monochromatic Colors of #9BF1EE
Black with #9BF1EE
Text Example
Text Example
White with #9BF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1EE; }
p { color: rgb(155,241,238); }
H1.HeaderClassName
{
color: #9BF1EE;
}
.AnyTagClassName
{
color: #9BF1EE;
}
</style>
background-color css
<style>
a { background-color: #9BF1EE; }
a { background-color: rgb(155,241,238); }
div.DivClassName
{
background-color: #9BF1EE;
}
.BgClassName
{
background-color: #9BF1EE;
}
</style>
border-color css
<style>
span { border-color: #9BF1EE; }
span { border-color: rgb(155,241,238); }
td.TdClassName
{
border-color: #9BF1EE;
}
.TagClassName
{
border-color: #9BF1EE;
}
</style>