Shades of Pale Turquoise #BCEFF1
Tints of Pale Turquoise #BCEFF1
RGB
CMYK
RGB Variations
Color information
#BCEFF1 (or 0xBCEFF1) is known color: Pale Turquoise. HEX triplet: BC, EF and F1. RGB value is (188,239,241). Sum of RGB (Red+Green+Blue) = 188+239+241=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 241 (94.53% from 255 or 36.08% from 668); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFF1 is #43100E. Grayscale: #DFDFDF. Windows color (decimal): -4395023 or 15855548. OLE color: 15855548.
HSL color Cylindrical-coordinate representation of color #BCEFF1: hue angle of 182.26º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCEFF1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 239 | 241 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.05 |
| HSL | 182.26º | 0.65% | 0.84% | - |
| HSV(B) | 182.26º | 0.22% | 0.95% | - |
| XYZ | 67.48 | 78.78 | 94.87 | - |
| YUV | 223.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 241 | 0.22 | 0.01 | 0 | 0.05 | 182.26 | 0.65 | 0.84 |
| Hex | BC | EF | F1 | 16 | 1 | 0 | 5 | B6 | 41 | 54 |
| Octal | 274 | 357 | 361 | 26 | 1 | 0 | 5 | 266 | 101 | 124 |
| Binary | 10111100 | 11101111 | 11110001 | 10110 | 1 | 0 | 101 | 10110110 | 1000001 | 1010100 |
Color Harmonies of #BCEFF1
Complementary color
Monochromatic Colors of #BCEFF1
Black with #BCEFF1
Text Example
Text Example
White with #BCEFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFF1; }
p { color: rgb(188,239,241); }
H1.HeaderClassName
{
color: #BCEFF1;
}
.AnyTagClassName
{
color: #BCEFF1;
}
</style>
background-color css
<style>
a { background-color: #BCEFF1; }
a { background-color: rgb(188,239,241); }
div.DivClassName
{
background-color: #BCEFF1;
}
.BgClassName
{
background-color: #BCEFF1;
}
</style>
border-color css
<style>
span { border-color: #BCEFF1; }
span { border-color: rgb(188,239,241); }
td.TdClassName
{
border-color: #BCEFF1;
}
.TagClassName
{
border-color: #BCEFF1;
}
</style>