Shades of Pale Turquoise #9BFEF3
Tints of Pale Turquoise #9BFEF3
RGB
CMYK
RGB Variations
Color information
#9BFEF3 (or 0x9BFEF3) is known color: Pale Turquoise. HEX triplet: 9B, FE and F3. RGB value is (155,254,243). Sum of RGB (Red+Green+Blue) = 155+254+243=652 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.77% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEF3 is #64010C. Grayscale: #DFDFDF. Windows color (decimal): -6553869 or 15990427. OLE color: 15990427.
HSL color Cylindrical-coordinate representation of color #9BFEF3: hue angle of 173.33º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEF3 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 243 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.00 |
| HSL | 173.33º | 0.98% | 0.8% | - |
| HSV(B) | 173.33º | 0.39% | 1% | - |
| XYZ | 65.14 | 84.32 | 97.64 | - |
| YUV | 223.15 | 139.2 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 243 | 0.39 | 0 | 0.04 | 0.00 | 173.33 | 0.98 | 0.8 |
| Hex | 9B | FE | F3 | 27 | 0 | 4 | 0 | AD | 62 | 50 |
| Octal | 233 | 376 | 363 | 47 | 0 | 4 | 0 | 255 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11110011 | 100111 | 0 | 100 | 0 | 10101101 | 1100010 | 1010000 |
Color Harmonies of #9BFEF3
Complementary color
Monochromatic Colors of #9BFEF3
Black with #9BFEF3
Text Example
Text Example
White with #9BFEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEF3; }
p { color: rgb(155,254,243); }
H1.HeaderClassName
{
color: #9BFEF3;
}
.AnyTagClassName
{
color: #9BFEF3;
}
</style>
background-color css
<style>
a { background-color: #9BFEF3; }
a { background-color: rgb(155,254,243); }
div.DivClassName
{
background-color: #9BFEF3;
}
.BgClassName
{
background-color: #9BFEF3;
}
</style>
border-color css
<style>
span { border-color: #9BFEF3; }
span { border-color: rgb(155,254,243); }
td.TdClassName
{
border-color: #9BFEF3;
}
.TagClassName
{
border-color: #9BFEF3;
}
</style>