Shades of Pale Turquoise #9BFDE6
Tints of Pale Turquoise #9BFDE6
RGB
CMYK
RGB Variations
Color information
#9BFDE6 (or 0x9BFDE6) is known color: Pale Turquoise. HEX triplet: 9B, FD and E6. RGB value is (155,253,230). Sum of RGB (Red+Green+Blue) = 155+253+230=638 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.29% from 638); Green value is 253 (99.22% from 255 or 39.66% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFDE6 is #640219. Grayscale: #DDDDDD. Windows color (decimal): -6554138 or 15138203. OLE color: 15138203.
HSL color Cylindrical-coordinate representation of color #9BFDE6: hue angle of 165.92º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDE6 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 230 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.01 |
| HSL | 165.92º | 0.96% | 0.8% | - |
| HSV(B) | 165.92º | 0.39% | 0.99% | - |
| XYZ | 62.93 | 82.93 | 87.55 | - |
| YUV | 221.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 230 | 0.39 | 0 | 0.09 | 0.01 | 165.92 | 0.96 | 0.8 |
| Hex | 9B | FD | E6 | 27 | 0 | 9 | 1 | A6 | 60 | 50 |
| Octal | 233 | 375 | 346 | 47 | 0 | 11 | 1 | 246 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11100110 | 100111 | 0 | 1001 | 1 | 10100110 | 1100000 | 1010000 |
Color Harmonies of #9BFDE6
Complementary color
Monochromatic Colors of #9BFDE6
Black with #9BFDE6
Text Example
Text Example
White with #9BFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDE6; }
p { color: rgb(155,253,230); }
H1.HeaderClassName
{
color: #9BFDE6;
}
.AnyTagClassName
{
color: #9BFDE6;
}
</style>
background-color css
<style>
a { background-color: #9BFDE6; }
a { background-color: rgb(155,253,230); }
div.DivClassName
{
background-color: #9BFDE6;
}
.BgClassName
{
background-color: #9BFDE6;
}
</style>
border-color css
<style>
span { border-color: #9BFDE6; }
span { border-color: rgb(155,253,230); }
td.TdClassName
{
border-color: #9BFDE6;
}
.TagClassName
{
border-color: #9BFDE6;
}
</style>