Shades of Pale Turquoise #B3EDE8
Tints of Pale Turquoise #B3EDE8
RGB
CMYK
RGB Variations
Color information
#B3EDE8 (or 0xB3EDE8) is known color: Pale Turquoise. HEX triplet: B3, ED and E8. RGB value is (179,237,232). Sum of RGB (Red+Green+Blue) = 179+237+232=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 232 (91.02% from 255 or 35.80% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDE8 is #4C1217. Grayscale: #DBDBDB. Windows color (decimal): -4985368 or 15265203. OLE color: 15265203.
HSL color Cylindrical-coordinate representation of color #B3EDE8: hue angle of 174.83º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EDE8 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 232 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.07 |
| HSL | 174.83º | 0.62% | 0.82% | - |
| HSV(B) | 174.83º | 0.24% | 0.93% | - |
| XYZ | 63.44 | 75.98 | 87.67 | - |
| YUV | 219.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 232 | 0.24 | 0 | 0.02 | 0.07 | 174.83 | 0.62 | 0.82 |
| Hex | B3 | ED | E8 | 18 | 0 | 2 | 7 | AF | 3E | 52 |
| Octal | 263 | 355 | 350 | 30 | 0 | 2 | 7 | 257 | 76 | 122 |
| Binary | 10110011 | 11101101 | 11101000 | 11000 | 0 | 10 | 111 | 10101111 | 111110 | 1010010 |
Color Harmonies of #B3EDE8
Complementary color
Monochromatic Colors of #B3EDE8
Black with #B3EDE8
Text Example
Text Example
White with #B3EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDE8; }
p { color: rgb(179,237,232); }
H1.HeaderClassName
{
color: #B3EDE8;
}
.AnyTagClassName
{
color: #B3EDE8;
}
</style>
background-color css
<style>
a { background-color: #B3EDE8; }
a { background-color: rgb(179,237,232); }
div.DivClassName
{
background-color: #B3EDE8;
}
.BgClassName
{
background-color: #B3EDE8;
}
</style>
border-color css
<style>
span { border-color: #B3EDE8; }
span { border-color: rgb(179,237,232); }
td.TdClassName
{
border-color: #B3EDE8;
}
.TagClassName
{
border-color: #B3EDE8;
}
</style>