Shades of Pale Turquoise #BDF6FC
Tints of Pale Turquoise #BDF6FC
RGB
CMYK
RGB Variations
Color information
#BDF6FC (or 0xBDF6FC) is known color: Pale Turquoise. HEX triplet: BD, F6 and FC. RGB value is (189,246,252). Sum of RGB (Red+Green+Blue) = 189+246+252=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6FC is #420903. Grayscale: #E5E5E5. Windows color (decimal): -4327684 or 16578237. OLE color: 16578237.
HSL color Cylindrical-coordinate representation of color #BDF6FC: hue angle of 185.71º 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 #BDF6FC is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 246 | 252 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.01 |
| HSL | 185.71º | 0.91% | 0.86% | - |
| HSV(B) | 185.71º | 0.25% | 0.99% | - |
| XYZ | 71.51 | 83.76 | 104.49 | - |
| YUV | 229.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 252 | 0.25 | 0.02 | 0 | 0.01 | 185.71 | 0.91 | 0.86 |
| Hex | BD | F6 | FC | 19 | 2 | 0 | 1 | BA | 5B | 56 |
| Octal | 275 | 366 | 374 | 31 | 2 | 0 | 1 | 272 | 133 | 126 |
| Binary | 10111101 | 11110110 | 11111100 | 11001 | 10 | 0 | 1 | 10111010 | 1011011 | 1010110 |
Color Harmonies of #BDF6FC
Complementary color
Monochromatic Colors of #BDF6FC
Black with #BDF6FC
Text Example
Text Example
White with #BDF6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF6FC; }
p { color: rgb(189,246,252); }
H1.HeaderClassName
{
color: #BDF6FC;
}
.AnyTagClassName
{
color: #BDF6FC;
}
</style>
background-color css
<style>
a { background-color: #BDF6FC; }
a { background-color: rgb(189,246,252); }
div.DivClassName
{
background-color: #BDF6FC;
}
.BgClassName
{
background-color: #BDF6FC;
}
</style>
border-color css
<style>
span { border-color: #BDF6FC; }
span { border-color: rgb(189,246,252); }
td.TdClassName
{
border-color: #BDF6FC;
}
.TagClassName
{
border-color: #BDF6FC;
}
</style>