Shades of Pale Turquoise #BCEDEE
Tints of Pale Turquoise #BCEDEE
RGB
CMYK
RGB Variations
Color information
#BCEDEE (or 0xBCEDEE) is known color: Pale Turquoise. HEX triplet: BC, ED and EE. RGB value is (188,237,238). Sum of RGB (Red+Green+Blue) = 188+237+238=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCEDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDEE is #431211. Grayscale: #DEDEDE. Windows color (decimal): -4395538 or 15658428. OLE color: 15658428.
HSL color Cylindrical-coordinate representation of color #BCEDEE: hue angle of 181.2º 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 #BCEDEE is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 238 | - |
| CMYK | 0.21 | 0.00 | 0 | 0.07 |
| HSL | 181.2º | 0.6% | 0.84% | - |
| HSV(B) | 181.2º | 0.21% | 0.93% | - |
| XYZ | 66.46 | 77.43 | 92.33 | - |
| YUV | 222.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 238 | 0.21 | 0.00 | 0 | 0.07 | 181.2 | 0.6 | 0.84 |
| Hex | BC | ED | EE | 15 | 0 | 0 | 7 | B5 | 3C | 54 |
| Octal | 274 | 355 | 356 | 25 | 0 | 0 | 7 | 265 | 74 | 124 |
| Binary | 10111100 | 11101101 | 11101110 | 10101 | 0 | 0 | 111 | 10110101 | 111100 | 1010100 |
Color Harmonies of #BCEDEE
Complementary color
Monochromatic Colors of #BCEDEE
Black with #BCEDEE
Text Example
Text Example
White with #BCEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDEE; }
p { color: rgb(188,237,238); }
H1.HeaderClassName
{
color: #BCEDEE;
}
.AnyTagClassName
{
color: #BCEDEE;
}
</style>
background-color css
<style>
a { background-color: #BCEDEE; }
a { background-color: rgb(188,237,238); }
div.DivClassName
{
background-color: #BCEDEE;
}
.BgClassName
{
background-color: #BCEDEE;
}
</style>
border-color css
<style>
span { border-color: #BCEDEE; }
span { border-color: rgb(188,237,238); }
td.TdClassName
{
border-color: #BCEDEE;
}
.TagClassName
{
border-color: #BCEDEE;
}
</style>