Shades of Pale Turquoise #BCEEEC
Tints of Pale Turquoise #BCEEEC
RGB
CMYK
RGB Variations
Color information
#BCEEEC (or 0xBCEEEC) is known color: Pale Turquoise. HEX triplet: BC, EE and EC. RGB value is (188,238,236). Sum of RGB (Red+Green+Blue) = 188+238+236=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEEC is #431113. Grayscale: #DEDEDE. Windows color (decimal): -4395284 or 15527612. OLE color: 15527612.
HSL color Cylindrical-coordinate representation of color #BCEEEC: hue angle of 177.6º 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 #BCEEEC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 236 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.07 |
| HSL | 177.6º | 0.6% | 0.84% | - |
| HSV(B) | 177.6º | 0.21% | 0.93% | - |
| XYZ | 66.45 | 77.9 | 90.89 | - |
| YUV | 222.82 | 135.44 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 236 | 0.21 | 0 | 0.01 | 0.07 | 177.6 | 0.6 | 0.84 |
| Hex | BC | EE | EC | 15 | 0 | 1 | 7 | B2 | 3C | 54 |
| Octal | 274 | 356 | 354 | 25 | 0 | 1 | 7 | 262 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11101100 | 10101 | 0 | 1 | 111 | 10110010 | 111100 | 1010100 |
Color Harmonies of #BCEEEC
Complementary color
Monochromatic Colors of #BCEEEC
Black with #BCEEEC
Text Example
Text Example
White with #BCEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEEC; }
p { color: rgb(188,238,236); }
H1.HeaderClassName
{
color: #BCEEEC;
}
.AnyTagClassName
{
color: #BCEEEC;
}
</style>
background-color css
<style>
a { background-color: #BCEEEC; }
a { background-color: rgb(188,238,236); }
div.DivClassName
{
background-color: #BCEEEC;
}
.BgClassName
{
background-color: #BCEEEC;
}
</style>
border-color css
<style>
span { border-color: #BCEEEC; }
span { border-color: rgb(188,238,236); }
td.TdClassName
{
border-color: #BCEEEC;
}
.TagClassName
{
border-color: #BCEEEC;
}
</style>