Shades of Pale Turquoise #BCEDED
Tints of Pale Turquoise #BCEDED
RGB
CMYK
RGB Variations
Color information
#BCEDED (or 0xBCEDED) is known color: Pale Turquoise. HEX triplet: BC, ED and ED. RGB value is (188,237,237). Sum of RGB (Red+Green+Blue) = 188+237+237=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #BCEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDED is #431212. Grayscale: #DEDEDE. Windows color (decimal): -4395539 or 15592892. OLE color: 15592892.
HSL color Cylindrical-coordinate representation of color #BCEDED: hue angle of 180º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDED is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 237 | - |
| CMYK | 0.21 | 0 | 0 | 0.07 |
| HSL | 180º | 0.58% | 0.83% | - |
| HSV(B) | 180º | 0.21% | 0.93% | - |
| XYZ | 66.31 | 77.37 | 91.56 | - |
| YUV | 222.35 | 136.27 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 237 | 0.21 | 0 | 0 | 0.07 | 180 | 0.58 | 0.83 |
| Hex | BC | ED | ED | 15 | 0 | 0 | 7 | B4 | 3A | 53 |
| Octal | 274 | 355 | 355 | 25 | 0 | 0 | 7 | 264 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11101101 | 10101 | 0 | 0 | 111 | 10110100 | 111010 | 1010011 |
Color Harmonies of #BCEDED
Complementary color
Monochromatic Colors of #BCEDED
Black with #BCEDED
Text Example
Text Example
White with #BCEDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDED; }
p { color: rgb(188,237,237); }
H1.HeaderClassName
{
color: #BCEDED;
}
.AnyTagClassName
{
color: #BCEDED;
}
</style>
background-color css
<style>
a { background-color: #BCEDED; }
a { background-color: rgb(188,237,237); }
div.DivClassName
{
background-color: #BCEDED;
}
.BgClassName
{
background-color: #BCEDED;
}
</style>
border-color css
<style>
span { border-color: #BCEDED; }
span { border-color: rgb(188,237,237); }
td.TdClassName
{
border-color: #BCEDED;
}
.TagClassName
{
border-color: #BCEDED;
}
</style>