Shades of Pale Turquoise #BDFBFC
Tints of Pale Turquoise #BDFBFC
RGB
CMYK
RGB Variations
Color information
#BDFBFC (or 0xBDFBFC) is known color: Pale Turquoise. HEX triplet: BD, FB and FC. RGB value is (189,251,252). Sum of RGB (Red+Green+Blue) = 189+251+252=692 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.31% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDFBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBFC is #420403. Grayscale: #E8E8E8. Windows color (decimal): -4326404 or 16579517. OLE color: 16579517.
HSL color Cylindrical-coordinate representation of color #BDFBFC: hue angle of 180.95º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBFC is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 251 | 252 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.01 |
| HSL | 180.95º | 0.91% | 0.86% | - |
| HSV(B) | 180.95º | 0.25% | 0.99% | - |
| XYZ | 73.05 | 86.84 | 105.01 | - |
| YUV | 232.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 252 | 0.25 | 0.00 | 0 | 0.01 | 180.95 | 0.91 | 0.86 |
| Hex | BD | FB | FC | 19 | 0 | 0 | 1 | B5 | 5B | 56 |
| Octal | 275 | 373 | 374 | 31 | 0 | 0 | 1 | 265 | 133 | 126 |
| Binary | 10111101 | 11111011 | 11111100 | 11001 | 0 | 0 | 1 | 10110101 | 1011011 | 1010110 |
Color Harmonies of #BDFBFC
Complementary color
Monochromatic Colors of #BDFBFC
Black with #BDFBFC
Text Example
Text Example
White with #BDFBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBFC; }
p { color: rgb(189,251,252); }
H1.HeaderClassName
{
color: #BDFBFC;
}
.AnyTagClassName
{
color: #BDFBFC;
}
</style>
background-color css
<style>
a { background-color: #BDFBFC; }
a { background-color: rgb(189,251,252); }
div.DivClassName
{
background-color: #BDFBFC;
}
.BgClassName
{
background-color: #BDFBFC;
}
</style>
border-color css
<style>
span { border-color: #BDFBFC; }
span { border-color: rgb(189,251,252); }
td.TdClassName
{
border-color: #BDFBFC;
}
.TagClassName
{
border-color: #BDFBFC;
}
</style>