Shades of Pale Turquoise #9BEDE6
Tints of Pale Turquoise #9BEDE6
RGB
CMYK
RGB Variations
Color information
#9BEDE6 (or 0x9BEDE6) is known color: Pale Turquoise. HEX triplet: 9B, ED and E6. RGB value is (155,237,230). Sum of RGB (Red+Green+Blue) = 155+237+230=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEDE6 is #641219. Grayscale: #D3D3D3. Windows color (decimal): -6558234 or 15134107. OLE color: 15134107.
HSL color Cylindrical-coordinate representation of color #9BEDE6: hue angle of 174.88º 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 #9BEDE6 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 230 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.07 |
| HSL | 174.88º | 0.69% | 0.77% | - |
| HSV(B) | 174.88º | 0.35% | 0.93% | - |
| XYZ | 58.08 | 73.25 | 85.94 | - |
| YUV | 211.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 230 | 0.35 | 0 | 0.03 | 0.07 | 174.88 | 0.69 | 0.77 |
| Hex | 9B | ED | E6 | 23 | 0 | 3 | 7 | AF | 45 | 4D |
| Octal | 233 | 355 | 346 | 43 | 0 | 3 | 7 | 257 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11100110 | 100011 | 0 | 11 | 111 | 10101111 | 1000101 | 1001101 |
Color Harmonies of #9BEDE6
Complementary color
Monochromatic Colors of #9BEDE6
Black with #9BEDE6
Text Example
Text Example
White with #9BEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDE6; }
p { color: rgb(155,237,230); }
H1.HeaderClassName
{
color: #9BEDE6;
}
.AnyTagClassName
{
color: #9BEDE6;
}
</style>
background-color css
<style>
a { background-color: #9BEDE6; }
a { background-color: rgb(155,237,230); }
div.DivClassName
{
background-color: #9BEDE6;
}
.BgClassName
{
background-color: #9BEDE6;
}
</style>
border-color css
<style>
span { border-color: #9BEDE6; }
span { border-color: rgb(155,237,230); }
td.TdClassName
{
border-color: #9BEDE6;
}
.TagClassName
{
border-color: #9BEDE6;
}
</style>