Shades of Pale Turquoise #BCF0F2
Tints of Pale Turquoise #BCF0F2
RGB
CMYK
RGB Variations
Color information
#BCF0F2 (or 0xBCF0F2) is known color: Pale Turquoise. HEX triplet: BC, F0 and F2. RGB value is (188,240,242). Sum of RGB (Red+Green+Blue) = 188+240+242=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCF0F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0F2 is #430F0D. Grayscale: #E0E0E0. Windows color (decimal): -4394766 or 15921340. OLE color: 15921340.
HSL color Cylindrical-coordinate representation of color #BCF0F2: hue angle of 182.22º degrees, saturation: 0.68, 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 #BCF0F2 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 240 | 242 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.05 |
| HSL | 182.22º | 0.68% | 0.84% | - |
| HSV(B) | 182.22º | 0.22% | 0.95% | - |
| XYZ | 67.93 | 79.42 | 95.75 | - |
| YUV | 224.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 242 | 0.22 | 0.01 | 0 | 0.05 | 182.22 | 0.68 | 0.84 |
| Hex | BC | F0 | F2 | 16 | 1 | 0 | 5 | B6 | 44 | 54 |
| Octal | 274 | 360 | 362 | 26 | 1 | 0 | 5 | 266 | 104 | 124 |
| Binary | 10111100 | 11110000 | 11110010 | 10110 | 1 | 0 | 101 | 10110110 | 1000100 | 1010100 |
Color Harmonies of #BCF0F2
Complementary color
Monochromatic Colors of #BCF0F2
Black with #BCF0F2
Text Example
Text Example
White with #BCF0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0F2; }
p { color: rgb(188,240,242); }
H1.HeaderClassName
{
color: #BCF0F2;
}
.AnyTagClassName
{
color: #BCF0F2;
}
</style>
background-color css
<style>
a { background-color: #BCF0F2; }
a { background-color: rgb(188,240,242); }
div.DivClassName
{
background-color: #BCF0F2;
}
.BgClassName
{
background-color: #BCF0F2;
}
</style>
border-color css
<style>
span { border-color: #BCF0F2; }
span { border-color: rgb(188,240,242); }
td.TdClassName
{
border-color: #BCF0F2;
}
.TagClassName
{
border-color: #BCF0F2;
}
</style>