Shades of Pale Turquoise #9BEDE7
Tints of Pale Turquoise #9BEDE7
RGB
CMYK
RGB Variations
Color information
#9BEDE7 (or 0x9BEDE7) is known color: Pale Turquoise. HEX triplet: 9B, ED and E7. RGB value is (155,237,231). Sum of RGB (Red+Green+Blue) = 155+237+231=623 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.88% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDE7 is #641218. Grayscale: #D3D3D3. Windows color (decimal): -6558233 or 15199643. OLE color: 15199643.
HSL color Cylindrical-coordinate representation of color #9BEDE7: hue angle of 175.61º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEDE7 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 231 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.07 |
| HSL | 175.61º | 0.69% | 0.77% | - |
| HSV(B) | 175.61º | 0.35% | 0.93% | - |
| XYZ | 58.23 | 73.31 | 86.68 | - |
| YUV | 211.8 | 138.83 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 231 | 0.35 | 0 | 0.03 | 0.07 | 175.61 | 0.69 | 0.77 |
| Hex | 9B | ED | E7 | 23 | 0 | 3 | 7 | B0 | 45 | 4D |
| Octal | 233 | 355 | 347 | 43 | 0 | 3 | 7 | 260 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11100111 | 100011 | 0 | 11 | 111 | 10110000 | 1000101 | 1001101 |
Color Harmonies of #9BEDE7
Complementary color
Monochromatic Colors of #9BEDE7
Black with #9BEDE7
Text Example
Text Example
White with #9BEDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDE7; }
p { color: rgb(155,237,231); }
H1.HeaderClassName
{
color: #9BEDE7;
}
.AnyTagClassName
{
color: #9BEDE7;
}
</style>
background-color css
<style>
a { background-color: #9BEDE7; }
a { background-color: rgb(155,237,231); }
div.DivClassName
{
background-color: #9BEDE7;
}
.BgClassName
{
background-color: #9BEDE7;
}
</style>
border-color css
<style>
span { border-color: #9BEDE7; }
span { border-color: rgb(155,237,231); }
td.TdClassName
{
border-color: #9BEDE7;
}
.TagClassName
{
border-color: #9BEDE7;
}
</style>