Shades of Pale Turquoise #BCF3F2
Tints of Pale Turquoise #BCF3F2
RGB
CMYK
RGB Variations
Color information
#BCF3F2 (or 0xBCF3F2) is known color: Pale Turquoise. HEX triplet: BC, F3 and F2. RGB value is (188,243,242). Sum of RGB (Red+Green+Blue) = 188+243+242=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3F2 is #430C0D. Grayscale: #E2E2E2. Windows color (decimal): -4393998 or 15922108. OLE color: 15922108.
HSL color Cylindrical-coordinate representation of color #BCF3F2: hue angle of 178.91º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3F2 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 242 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.05 |
| HSL | 178.91º | 0.7% | 0.85% | - |
| HSV(B) | 178.91º | 0.23% | 0.95% | - |
| XYZ | 68.82 | 81.2 | 96.05 | - |
| YUV | 226.44 | 136.78 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 242 | 0.23 | 0 | 0.00 | 0.05 | 178.91 | 0.7 | 0.85 |
| Hex | BC | F3 | F2 | 17 | 0 | 0 | 5 | B3 | 46 | 55 |
| Octal | 274 | 363 | 362 | 27 | 0 | 0 | 5 | 263 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11110010 | 10111 | 0 | 0 | 101 | 10110011 | 1000110 | 1010101 |
Color Harmonies of #BCF3F2
Complementary color
Monochromatic Colors of #BCF3F2
Black with #BCF3F2
Text Example
Text Example
White with #BCF3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3F2; }
p { color: rgb(188,243,242); }
H1.HeaderClassName
{
color: #BCF3F2;
}
.AnyTagClassName
{
color: #BCF3F2;
}
</style>
background-color css
<style>
a { background-color: #BCF3F2; }
a { background-color: rgb(188,243,242); }
div.DivClassName
{
background-color: #BCF3F2;
}
.BgClassName
{
background-color: #BCF3F2;
}
</style>
border-color css
<style>
span { border-color: #BCF3F2; }
span { border-color: rgb(188,243,242); }
td.TdClassName
{
border-color: #BCF3F2;
}
.TagClassName
{
border-color: #BCF3F2;
}
</style>