Shades of Pale Turquoise #BCFEFD
Tints of Pale Turquoise #BCFEFD
RGB
CMYK
RGB Variations
Color information
#BCFEFD (or 0xBCFEFD) is known color: Pale Turquoise. HEX triplet: BC, FE and FD. RGB value is (188,254,253). Sum of RGB (Red+Green+Blue) = 188+254+253=695 (92% of max value = 765). Red value is 188 (73.83% from 255 or 27.05% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 253 (99.22% from 255 or 36.40% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEFD is #430102. Grayscale: #EAEAEA. Windows color (decimal): -4391171 or 16645820. OLE color: 16645820.
HSL color Cylindrical-coordinate representation of color #BCFEFD: hue angle of 179.09º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEFD is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 253 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.00 |
| HSL | 179.09º | 0.97% | 0.87% | - |
| HSV(B) | 179.09º | 0.26% | 1% | - |
| XYZ | 73.91 | 88.67 | 106.15 | - |
| YUV | 234.15 | 138.63 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 253 | 0.26 | 0 | 0.00 | 0.00 | 179.09 | 0.97 | 0.87 |
| Hex | BC | FE | FD | 1A | 0 | 0 | 0 | B3 | 61 | 57 |
| Octal | 274 | 376 | 375 | 32 | 0 | 0 | 0 | 263 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11111101 | 11010 | 0 | 0 | 0 | 10110011 | 1100001 | 1010111 |
Color Harmonies of #BCFEFD
Complementary color
Monochromatic Colors of #BCFEFD
Black with #BCFEFD
Text Example
Text Example
White with #BCFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEFD; }
p { color: rgb(188,254,253); }
H1.HeaderClassName
{
color: #BCFEFD;
}
.AnyTagClassName
{
color: #BCFEFD;
}
</style>
background-color css
<style>
a { background-color: #BCFEFD; }
a { background-color: rgb(188,254,253); }
div.DivClassName
{
background-color: #BCFEFD;
}
.BgClassName
{
background-color: #BCFEFD;
}
</style>
border-color css
<style>
span { border-color: #BCFEFD; }
span { border-color: rgb(188,254,253); }
td.TdClassName
{
border-color: #BCFEFD;
}
.TagClassName
{
border-color: #BCFEFD;
}
</style>