Shades of Pale Turquoise #9BECE4
Tints of Pale Turquoise #9BECE4
RGB
CMYK
RGB Variations
Color information
#9BECE4 (or 0x9BECE4) is known color: Pale Turquoise. HEX triplet: 9B, EC and E4. RGB value is (155,236,228). Sum of RGB (Red+Green+Blue) = 155+236+228=619 (81% of max value = 765). Red value is 155 (60.94% from 255 or 25.04% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECE4 is #64131B. Grayscale: #D2D2D2. Windows color (decimal): -6558492 or 15002779. OLE color: 15002779.
HSL color Cylindrical-coordinate representation of color #9BECE4: hue angle of 174.07º 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 #9BECE4 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 228 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.07 |
| HSL | 174.07º | 0.68% | 0.77% | - |
| HSV(B) | 174.07º | 0.34% | 0.93% | - |
| XYZ | 57.52 | 72.56 | 84.37 | - |
| YUV | 210.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 228 | 0.34 | 0 | 0.03 | 0.07 | 174.07 | 0.68 | 0.77 |
| Hex | 9B | EC | E4 | 22 | 0 | 3 | 7 | AE | 44 | 4D |
| Octal | 233 | 354 | 344 | 42 | 0 | 3 | 7 | 256 | 104 | 115 |
| Binary | 10011011 | 11101100 | 11100100 | 100010 | 0 | 11 | 111 | 10101110 | 1000100 | 1001101 |
Color Harmonies of #9BECE4
Complementary color
Monochromatic Colors of #9BECE4
Black with #9BECE4
Text Example
Text Example
White with #9BECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BECE4; }
p { color: rgb(155,236,228); }
H1.HeaderClassName
{
color: #9BECE4;
}
.AnyTagClassName
{
color: #9BECE4;
}
</style>
background-color css
<style>
a { background-color: #9BECE4; }
a { background-color: rgb(155,236,228); }
div.DivClassName
{
background-color: #9BECE4;
}
.BgClassName
{
background-color: #9BECE4;
}
</style>
border-color css
<style>
span { border-color: #9BECE4; }
span { border-color: rgb(155,236,228); }
td.TdClassName
{
border-color: #9BECE4;
}
.TagClassName
{
border-color: #9BECE4;
}
</style>