Shades of Pale Turquoise #BCEEF0
Tints of Pale Turquoise #BCEEF0
RGB
CMYK
RGB Variations
Color information
#BCEEF0 (or 0xBCEEF0) is known color: Pale Turquoise. HEX triplet: BC, EE and F0. RGB value is (188,238,240). Sum of RGB (Red+Green+Blue) = 188+238+240=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCEEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF0 is #43110F. Grayscale: #DFDFDF. Windows color (decimal): -4395280 or 15789756. OLE color: 15789756.
HSL color Cylindrical-coordinate representation of color #BCEEF0: hue angle of 182.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEEF0 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 238 | 240 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.06 |
| HSL | 182.31º | 0.63% | 0.84% | - |
| HSV(B) | 182.31º | 0.22% | 0.94% | - |
| XYZ | 67.04 | 78.13 | 93.99 | - |
| YUV | 223.28 | 137.44 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 240 | 0.22 | 0.01 | 0 | 0.06 | 182.31 | 0.63 | 0.84 |
| Hex | BC | EE | F0 | 16 | 1 | 0 | 6 | B6 | 3F | 54 |
| Octal | 274 | 356 | 360 | 26 | 1 | 0 | 6 | 266 | 77 | 124 |
| Binary | 10111100 | 11101110 | 11110000 | 10110 | 1 | 0 | 110 | 10110110 | 111111 | 1010100 |
Color Harmonies of #BCEEF0
Complementary color
Monochromatic Colors of #BCEEF0
Black with #BCEEF0
Text Example
Text Example
White with #BCEEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEF0; }
p { color: rgb(188,238,240); }
H1.HeaderClassName
{
color: #BCEEF0;
}
.AnyTagClassName
{
color: #BCEEF0;
}
</style>
background-color css
<style>
a { background-color: #BCEEF0; }
a { background-color: rgb(188,238,240); }
div.DivClassName
{
background-color: #BCEEF0;
}
.BgClassName
{
background-color: #BCEEF0;
}
</style>
border-color css
<style>
span { border-color: #BCEEF0; }
span { border-color: rgb(188,238,240); }
td.TdClassName
{
border-color: #BCEEF0;
}
.TagClassName
{
border-color: #BCEEF0;
}
</style>