Shades of Pale Turquoise #9BFEFD
Tints of Pale Turquoise #9BFEFD
RGB
CMYK
RGB Variations
Color information
#9BFEFD (or 0x9BFEFD) is known color: Pale Turquoise. HEX triplet: 9B, FE and FD. RGB value is (155,254,253). Sum of RGB (Red+Green+Blue) = 155+254+253=662 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.41% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEFD is #640102. Grayscale: #E0E0E0. Windows color (decimal): -6553859 or 16645787. OLE color: 16645787.
HSL color Cylindrical-coordinate representation of color #9BFEFD: hue angle of 179.39º 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 #9BFEFD is Cyan = 0.39, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 253 | - |
| CMYK | 0.39 | 0 | 0.00 | 0.00 |
| HSL | 179.39º | 0.98% | 0.8% | - |
| HSV(B) | 179.39º | 0.39% | 1% | - |
| XYZ | 66.69 | 84.94 | 105.81 | - |
| YUV | 224.29 | 144.2 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 253 | 0.39 | 0 | 0.00 | 0.00 | 179.39 | 0.98 | 0.8 |
| Hex | 9B | FE | FD | 27 | 0 | 0 | 0 | B3 | 62 | 50 |
| Octal | 233 | 376 | 375 | 47 | 0 | 0 | 0 | 263 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11111101 | 100111 | 0 | 0 | 0 | 10110011 | 1100010 | 1010000 |
Color Harmonies of #9BFEFD
Complementary color
Monochromatic Colors of #9BFEFD
Black with #9BFEFD
Text Example
Text Example
White with #9BFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEFD; }
p { color: rgb(155,254,253); }
H1.HeaderClassName
{
color: #9BFEFD;
}
.AnyTagClassName
{
color: #9BFEFD;
}
</style>
background-color css
<style>
a { background-color: #9BFEFD; }
a { background-color: rgb(155,254,253); }
div.DivClassName
{
background-color: #9BFEFD;
}
.BgClassName
{
background-color: #9BFEFD;
}
</style>
border-color css
<style>
span { border-color: #9BFEFD; }
span { border-color: rgb(155,254,253); }
td.TdClassName
{
border-color: #9BFEFD;
}
.TagClassName
{
border-color: #9BFEFD;
}
</style>