Shades of Pale Turquoise #B8EBED
Tints of Pale Turquoise #B8EBED
RGB
CMYK
RGB Variations
Color information
#B8EBED (or 0xB8EBED) is known color: Pale Turquoise. HEX triplet: B8, EB and ED. RGB value is (184,235,237). Sum of RGB (Red+Green+Blue) = 184+235+237=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBED is #471412. Grayscale: #DBDBDB. Windows color (decimal): -4658195 or 15592376. OLE color: 15592376.
HSL color Cylindrical-coordinate representation of color #B8EBED: hue angle of 182.26º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EBED is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 184 | 235 | 237 | - |
CMYK | 0.22 | 0.01 | 0 | 0.07 |
HSL | 182.26º | 0.6% | 0.83% | - |
HSV(B) | 182.26º | 0.22% | 0.93% | - |
XYZ | 64.76 | 75.72 | 91.32 | - |
YUV | 219.98 | 137.6 | 102.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 235 | 237 | 0.22 | 0.01 | 0 | 0.07 | 182.26 | 0.6 | 0.83 |
Hex | B8 | EB | ED | 16 | 1 | 0 | 7 | B6 | 3C | 53 |
Octal | 270 | 353 | 355 | 26 | 1 | 0 | 7 | 266 | 74 | 123 |
Binary | 10111000 | 11101011 | 11101101 | 10110 | 1 | 0 | 111 | 10110110 | 111100 | 1010011 |
Color Harmonies of #B8EBED
Complementary color
Monochromatic Colors of #B8EBED
Black with #B8EBED
Text Example
Text Example
White with #B8EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBED; }
p { color: rgb(184,235,237); }
H1.HeaderClassName
{
color: #B8EBED;
}
.AnyTagClassName
{
color: #B8EBED;
}
</style>
background-color css
<style>
a { background-color: #B8EBED; }
a { background-color: rgb(184,235,237); }
div.DivClassName
{
background-color: #B8EBED;
}
.BgClassName
{
background-color: #B8EBED;
}
</style>
border-color css
<style>
span { border-color: #B8EBED; }
span { border-color: rgb(184,235,237); }
td.TdClassName
{
border-color: #B8EBED;
}
.TagClassName
{
border-color: #B8EBED;
}
</style>