Shades of Pale Turquoise #9BECE2
Tints of Pale Turquoise #9BECE2
RGB
CMYK
RGB Variations
Color information
#9BECE2 (or 0x9BECE2) is known color: Pale Turquoise. HEX triplet: 9B, EC and E2. RGB value is (155,236,226). Sum of RGB (Red+Green+Blue) = 155+236+226=617 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.12% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECE2 is #64131D. Grayscale: #D2D2D2. Windows color (decimal): -6558494 or 14871707. OLE color: 14871707.
HSL color Cylindrical-coordinate representation of color #9BECE2: hue angle of 172.59º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECE2 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 226 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.07 |
| HSL | 172.59º | 0.68% | 0.77% | - |
| HSV(B) | 172.59º | 0.34% | 0.93% | - |
| XYZ | 57.24 | 72.45 | 82.92 | - |
| YUV | 210.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 226 | 0.34 | 0 | 0.04 | 0.07 | 172.59 | 0.68 | 0.77 |
| Hex | 9B | EC | E2 | 22 | 0 | 4 | 7 | AD | 44 | 4D |
| Octal | 233 | 354 | 342 | 42 | 0 | 4 | 7 | 255 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11100010 | 100010 | 0 | 100 | 111 | 10101101 | 1000100 | 1001101 |
Color Harmonies of #9BECE2
Complementary color
Monochromatic Colors of #9BECE2
Black with #9BECE2
Text Example
Text Example
White with #9BECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECE2; }
p { color: rgb(155,236,226); }
H1.HeaderClassName
{
color: #9BECE2;
}
.AnyTagClassName
{
color: #9BECE2;
}
</style>
background-color css
<style>
a { background-color: #9BECE2; }
a { background-color: rgb(155,236,226); }
div.DivClassName
{
background-color: #9BECE2;
}
.BgClassName
{
background-color: #9BECE2;
}
</style>
border-color css
<style>
span { border-color: #9BECE2; }
span { border-color: rgb(155,236,226); }
td.TdClassName
{
border-color: #9BECE2;
}
.TagClassName
{
border-color: #9BECE2;
}
</style>