Shades of Pale Turquoise #BCFDF2
Tints of Pale Turquoise #BCFDF2
RGB
CMYK
RGB Variations
Color information
#BCFDF2 (or 0xBCFDF2) is known color: Pale Turquoise. HEX triplet: BC, FD and F2. RGB value is (188,253,242). Sum of RGB (Red+Green+Blue) = 188+253+242=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFDF2 is #43020D. Grayscale: #E8E8E8. Windows color (decimal): -4391438 or 15924668. OLE color: 15924668.
HSL color Cylindrical-coordinate representation of color #BCFDF2: hue angle of 169.85º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDF2 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 242 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.01 |
| HSL | 169.85º | 0.94% | 0.86% | - |
| HSV(B) | 169.85º | 0.26% | 0.99% | - |
| XYZ | 71.89 | 87.35 | 97.08 | - |
| YUV | 232.31 | 133.47 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 242 | 0.26 | 0 | 0.04 | 0.01 | 169.85 | 0.94 | 0.86 |
| Hex | BC | FD | F2 | 1A | 0 | 4 | 1 | AA | 5E | 56 |
| Octal | 274 | 375 | 362 | 32 | 0 | 4 | 1 | 252 | 136 | 126 |
| Binary | 10111100 | 11111101 | 11110010 | 11010 | 0 | 100 | 1 | 10101010 | 1011110 | 1010110 |
Color Harmonies of #BCFDF2
Complementary color
Monochromatic Colors of #BCFDF2
Black with #BCFDF2
Text Example
Text Example
White with #BCFDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFDF2; }
p { color: rgb(188,253,242); }
H1.HeaderClassName
{
color: #BCFDF2;
}
.AnyTagClassName
{
color: #BCFDF2;
}
</style>
background-color css
<style>
a { background-color: #BCFDF2; }
a { background-color: rgb(188,253,242); }
div.DivClassName
{
background-color: #BCFDF2;
}
.BgClassName
{
background-color: #BCFDF2;
}
</style>
border-color css
<style>
span { border-color: #BCFDF2; }
span { border-color: rgb(188,253,242); }
td.TdClassName
{
border-color: #BCFDF2;
}
.TagClassName
{
border-color: #BCFDF2;
}
</style>