Shades of Pale Turquoise #BCEFF0
Tints of Pale Turquoise #BCEFF0
RGB
CMYK
RGB Variations
Color information
#BCEFF0 (or 0xBCEFF0) is known color: Pale Turquoise. HEX triplet: BC, EF and F0. RGB value is (188,239,240). Sum of RGB (Red+Green+Blue) = 188+239+240=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCEFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF0 is #43100F. Grayscale: #DFDFDF. Windows color (decimal): -4395024 or 15790012. OLE color: 15790012.
HSL color Cylindrical-coordinate representation of color #BCEFF0: hue angle of 181.15º 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 #BCEFF0 is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 240 | - |
| CMYK | 0.22 | 0.00 | 0 | 0.06 |
| HSL | 181.15º | 0.63% | 0.84% | - |
| HSV(B) | 181.15º | 0.22% | 0.94% | - |
| XYZ | 67.33 | 78.72 | 94.08 | - |
| YUV | 223.87 | 137.1 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 240 | 0.22 | 0.00 | 0 | 0.06 | 181.15 | 0.63 | 0.84 |
| Hex | BC | EF | F0 | 16 | 0 | 0 | 6 | B5 | 3F | 54 |
| Octal | 274 | 357 | 360 | 26 | 0 | 0 | 6 | 265 | 77 | 124 |
| Binary | 10111100 | 11101111 | 11110000 | 10110 | 0 | 0 | 110 | 10110101 | 111111 | 1010100 |
Color Harmonies of #BCEFF0
Complementary color
Monochromatic Colors of #BCEFF0
Black with #BCEFF0
Text Example
Text Example
White with #BCEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFF0; }
p { color: rgb(188,239,240); }
H1.HeaderClassName
{
color: #BCEFF0;
}
.AnyTagClassName
{
color: #BCEFF0;
}
</style>
background-color css
<style>
a { background-color: #BCEFF0; }
a { background-color: rgb(188,239,240); }
div.DivClassName
{
background-color: #BCEFF0;
}
.BgClassName
{
background-color: #BCEFF0;
}
</style>
border-color css
<style>
span { border-color: #BCEFF0; }
span { border-color: rgb(188,239,240); }
td.TdClassName
{
border-color: #BCEFF0;
}
.TagClassName
{
border-color: #BCEFF0;
}
</style>