Shades of Pale Turquoise #B8EEEC
Tints of Pale Turquoise #B8EEEC
RGB
CMYK
RGB Variations
Color information
#B8EEEC (or 0xB8EEEC) is known color: Pale Turquoise. HEX triplet: B8, EE and EC. RGB value is (184,238,236). Sum of RGB (Red+Green+Blue) = 184+238+236=658 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.96% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #B8EEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EEEC is #471113. Grayscale: #DDDDDD. Windows color (decimal): -4657428 or 15527608. OLE color: 15527608.
HSL color Cylindrical-coordinate representation of color #B8EEEC: hue angle of 177.78º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EEEC is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 238 | 236 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.07 |
| HSL | 177.78º | 0.61% | 0.83% | - |
| HSV(B) | 177.78º | 0.23% | 0.93% | - |
| XYZ | 65.48 | 77.4 | 90.84 | - |
| YUV | 221.63 | 136.11 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 236 | 0.23 | 0 | 0.01 | 0.07 | 177.78 | 0.61 | 0.83 |
| Hex | B8 | EE | EC | 17 | 0 | 1 | 7 | B2 | 3D | 53 |
| Octal | 270 | 356 | 354 | 27 | 0 | 1 | 7 | 262 | 75 | 123 |
| Binary | 10111000 | 11101110 | 11101100 | 10111 | 0 | 1 | 111 | 10110010 | 111101 | 1010011 |
Color Harmonies of #B8EEEC
Complementary color
Monochromatic Colors of #B8EEEC
Black with #B8EEEC
Text Example
Text Example
White with #B8EEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEEC; }
p { color: rgb(184,238,236); }
H1.HeaderClassName
{
color: #B8EEEC;
}
.AnyTagClassName
{
color: #B8EEEC;
}
</style>
background-color css
<style>
a { background-color: #B8EEEC; }
a { background-color: rgb(184,238,236); }
div.DivClassName
{
background-color: #B8EEEC;
}
.BgClassName
{
background-color: #B8EEEC;
}
</style>
border-color css
<style>
span { border-color: #B8EEEC; }
span { border-color: rgb(184,238,236); }
td.TdClassName
{
border-color: #B8EEEC;
}
.TagClassName
{
border-color: #B8EEEC;
}
</style>