Shades of Pale Turquoise #BCEEEE
Tints of Pale Turquoise #BCEEEE
RGB
CMYK
RGB Variations
Color information
#BCEEEE (or 0xBCEEEE) is known color: Pale Turquoise. HEX triplet: BC, EE and EE. RGB value is (188,238,238). Sum of RGB (Red+Green+Blue) = 188+238+238=664 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.31% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #BCEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEEE is #431111. Grayscale: #DFDFDF. Windows color (decimal): -4395282 or 15658684. OLE color: 15658684.
HSL color Cylindrical-coordinate representation of color #BCEEEE: hue angle of 180º 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 #BCEEEE is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 238 | - |
| CMYK | 0.21 | 0 | 0 | 0.07 |
| HSL | 180º | 0.6% | 0.84% | - |
| HSV(B) | 180º | 0.21% | 0.93% | - |
| XYZ | 66.75 | 78.01 | 92.43 | - |
| YUV | 223.05 | 136.44 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 238 | 0.21 | 0 | 0 | 0.07 | 180 | 0.6 | 0.84 |
| Hex | BC | EE | EE | 15 | 0 | 0 | 7 | B4 | 3C | 54 |
| Octal | 274 | 356 | 356 | 25 | 0 | 0 | 7 | 264 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11101110 | 10101 | 0 | 0 | 111 | 10110100 | 111100 | 1010100 |
Color Harmonies of #BCEEEE
Complementary color
Monochromatic Colors of #BCEEEE
Black with #BCEEEE
Text Example
Text Example
White with #BCEEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEEE; }
p { color: rgb(188,238,238); }
H1.HeaderClassName
{
color: #BCEEEE;
}
.AnyTagClassName
{
color: #BCEEEE;
}
</style>
background-color css
<style>
a { background-color: #BCEEEE; }
a { background-color: rgb(188,238,238); }
div.DivClassName
{
background-color: #BCEEEE;
}
.BgClassName
{
background-color: #BCEEEE;
}
</style>
border-color css
<style>
span { border-color: #BCEEEE; }
span { border-color: rgb(188,238,238); }
td.TdClassName
{
border-color: #BCEEEE;
}
.TagClassName
{
border-color: #BCEEEE;
}
</style>