Shades of Pale Turquoise #BDFEFD
Tints of Pale Turquoise #BDFEFD
RGB
CMYK
RGB Variations
Color information
#BDFEFD (or 0xBDFEFD) is known color: Pale Turquoise. HEX triplet: BD, FE and FD. RGB value is (189,254,253). Sum of RGB (Red+Green+Blue) = 189+254+253=696 (92% of max value = 765). Red value is 189 (74.22% from 255 or 27.16% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 253 (99.22% from 255 or 36.35% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFEFD is #420102. Grayscale: #EAEAEA. Windows color (decimal): -4325635 or 16645821. OLE color: 16645821.
HSL color Cylindrical-coordinate representation of color #BDFEFD: hue angle of 179.08º 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 #BDFEFD is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 253 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.00 |
| HSL | 179.08º | 0.97% | 0.87% | - |
| HSV(B) | 179.08º | 0.26% | 1% | - |
| XYZ | 74.16 | 88.79 | 106.16 | - |
| YUV | 234.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 253 | 0.26 | 0 | 0.00 | 0.00 | 179.08 | 0.97 | 0.87 |
| Hex | BD | FE | FD | 1A | 0 | 0 | 0 | B3 | 61 | 57 |
| Octal | 275 | 376 | 375 | 32 | 0 | 0 | 0 | 263 | 141 | 127 |
| Binary | 10111101 | 11111110 | 11111101 | 11010 | 0 | 0 | 0 | 10110011 | 1100001 | 1010111 |
Color Harmonies of #BDFEFD
Complementary color
Monochromatic Colors of #BDFEFD
Black with #BDFEFD
Text Example
Text Example
White with #BDFEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFEFD; }
p { color: rgb(189,254,253); }
H1.HeaderClassName
{
color: #BDFEFD;
}
.AnyTagClassName
{
color: #BDFEFD;
}
</style>
background-color css
<style>
a { background-color: #BDFEFD; }
a { background-color: rgb(189,254,253); }
div.DivClassName
{
background-color: #BDFEFD;
}
.BgClassName
{
background-color: #BDFEFD;
}
</style>
border-color css
<style>
span { border-color: #BDFEFD; }
span { border-color: rgb(189,254,253); }
td.TdClassName
{
border-color: #BDFEFD;
}
.TagClassName
{
border-color: #BDFEFD;
}
</style>