Shades of Pale Turquoise #9BEDE5
Tints of Pale Turquoise #9BEDE5
RGB
CMYK
RGB Variations
Color information
#9BEDE5 (or 0x9BEDE5) is known color: Pale Turquoise. HEX triplet: 9B, ED and E5. RGB value is (155,237,229). Sum of RGB (Red+Green+Blue) = 155+237+229=621 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.96% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #9BEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEDE5 is #64121A. Grayscale: #D3D3D3. Windows color (decimal): -6558235 or 15068571. OLE color: 15068571.
HSL color Cylindrical-coordinate representation of color #9BEDE5: hue angle of 174.15º 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 #9BEDE5 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 237 | 229 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.07 |
| HSL | 174.15º | 0.69% | 0.77% | - |
| HSV(B) | 174.15º | 0.35% | 0.93% | - |
| XYZ | 57.94 | 73.19 | 85.2 | - |
| YUV | 211.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 237 | 229 | 0.35 | 0 | 0.03 | 0.07 | 174.15 | 0.69 | 0.77 |
| Hex | 9B | ED | E5 | 23 | 0 | 3 | 7 | AE | 45 | 4D |
| Octal | 233 | 355 | 345 | 43 | 0 | 3 | 7 | 256 | 105 | 115 |
| Binary | 10011011 | 11101101 | 11100101 | 100011 | 0 | 11 | 111 | 10101110 | 1000101 | 1001101 |
Color Harmonies of #9BEDE5
Complementary color
Monochromatic Colors of #9BEDE5
Black with #9BEDE5
Text Example
Text Example
White with #9BEDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEDE5; }
p { color: rgb(155,237,229); }
H1.HeaderClassName
{
color: #9BEDE5;
}
.AnyTagClassName
{
color: #9BEDE5;
}
</style>
background-color css
<style>
a { background-color: #9BEDE5; }
a { background-color: rgb(155,237,229); }
div.DivClassName
{
background-color: #9BEDE5;
}
.BgClassName
{
background-color: #9BEDE5;
}
</style>
border-color css
<style>
span { border-color: #9BEDE5; }
span { border-color: rgb(155,237,229); }
td.TdClassName
{
border-color: #9BEDE5;
}
.TagClassName
{
border-color: #9BEDE5;
}
</style>