Shades of Pale Turquoise #BCF3F7
Tints of Pale Turquoise #BCF3F7
RGB
CMYK
RGB Variations
Color information
#BCF3F7 (or 0xBCF3F7) is known color: Pale Turquoise. HEX triplet: BC, F3 and F7. RGB value is (188,243,247). Sum of RGB (Red+Green+Blue) = 188+243+247=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 247 (96.88% from 255 or 36.43% from 678); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCF3F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3F7 is #430C08. Grayscale: #E2E2E2. Windows color (decimal): -4393993 or 16249788. OLE color: 16249788.
HSL color Cylindrical-coordinate representation of color #BCF3F7: hue angle of 184.07º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF3F7 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 243 | 247 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.03 |
| HSL | 184.07º | 0.79% | 0.85% | - |
| HSV(B) | 184.07º | 0.24% | 0.97% | - |
| XYZ | 69.58 | 81.51 | 100.06 | - |
| YUV | 227.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 247 | 0.24 | 0.02 | 0 | 0.03 | 184.07 | 0.79 | 0.85 |
| Hex | BC | F3 | F7 | 18 | 2 | 0 | 3 | B8 | 4F | 55 |
| Octal | 274 | 363 | 367 | 30 | 2 | 0 | 3 | 270 | 117 | 125 |
| Binary | 10111100 | 11110011 | 11110111 | 11000 | 10 | 0 | 11 | 10111000 | 1001111 | 1010101 |
Color Harmonies of #BCF3F7
Complementary color
Monochromatic Colors of #BCF3F7
Black with #BCF3F7
Text Example
Text Example
White with #BCF3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3F7; }
p { color: rgb(188,243,247); }
H1.HeaderClassName
{
color: #BCF3F7;
}
.AnyTagClassName
{
color: #BCF3F7;
}
</style>
background-color css
<style>
a { background-color: #BCF3F7; }
a { background-color: rgb(188,243,247); }
div.DivClassName
{
background-color: #BCF3F7;
}
.BgClassName
{
background-color: #BCF3F7;
}
</style>
border-color css
<style>
span { border-color: #BCF3F7; }
span { border-color: rgb(188,243,247); }
td.TdClassName
{
border-color: #BCF3F7;
}
.TagClassName
{
border-color: #BCF3F7;
}
</style>