Shades of Pale Turquoise #BCEEEB
Tints of Pale Turquoise #BCEEEB
RGB
CMYK
RGB Variations
Color information
#BCEEEB (or 0xBCEEEB) is known color: Pale Turquoise. HEX triplet: BC, EE and EB. RGB value is (188,238,235). Sum of RGB (Red+Green+Blue) = 188+238+235=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEEB is #431114. Grayscale: #DEDEDE. Windows color (decimal): -4395285 or 15462076. OLE color: 15462076.
HSL color Cylindrical-coordinate representation of color #BCEEEB: hue angle of 176.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEEB is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 235 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.07 |
| HSL | 176.4º | 0.6% | 0.84% | - |
| HSV(B) | 176.4º | 0.21% | 0.93% | - |
| XYZ | 66.31 | 77.84 | 90.13 | - |
| YUV | 222.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 235 | 0.21 | 0 | 0.01 | 0.07 | 176.4 | 0.6 | 0.84 |
| Hex | BC | EE | EB | 15 | 0 | 1 | 7 | B0 | 3C | 54 |
| Octal | 274 | 356 | 353 | 25 | 0 | 1 | 7 | 260 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11101011 | 10101 | 0 | 1 | 111 | 10110000 | 111100 | 1010100 |
Color Harmonies of #BCEEEB
Complementary color
Monochromatic Colors of #BCEEEB
Black with #BCEEEB
Text Example
Text Example
White with #BCEEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEEB; }
p { color: rgb(188,238,235); }
H1.HeaderClassName
{
color: #BCEEEB;
}
.AnyTagClassName
{
color: #BCEEEB;
}
</style>
background-color css
<style>
a { background-color: #BCEEEB; }
a { background-color: rgb(188,238,235); }
div.DivClassName
{
background-color: #BCEEEB;
}
.BgClassName
{
background-color: #BCEEEB;
}
</style>
border-color css
<style>
span { border-color: #BCEEEB; }
span { border-color: rgb(188,238,235); }
td.TdClassName
{
border-color: #BCEEEB;
}
.TagClassName
{
border-color: #BCEEEB;
}
</style>