Shades of Pale Turquoise #BDF5FA
Tints of Pale Turquoise #BDF5FA
RGB
CMYK
RGB Variations
Color information
#BDF5FA (or 0xBDF5FA) is known color: Pale Turquoise. HEX triplet: BD, F5 and FA. RGB value is (189,245,250). Sum of RGB (Red+Green+Blue) = 189+245+250=684 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.63% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDF5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5FA is #420A05. Grayscale: #E4E4E4. Windows color (decimal): -4327942 or 16446909. OLE color: 16446909.
HSL color Cylindrical-coordinate representation of color #BDF5FA: hue angle of 184.92º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF5FA is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 245 | 250 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.02 |
| HSL | 184.92º | 0.86% | 0.86% | - |
| HSV(B) | 184.92º | 0.24% | 0.98% | - |
| XYZ | 70.89 | 83.03 | 102.73 | - |
| YUV | 228.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 250 | 0.24 | 0.02 | 0 | 0.02 | 184.92 | 0.86 | 0.86 |
| Hex | BD | F5 | FA | 18 | 2 | 0 | 2 | B9 | 56 | 56 |
| Octal | 275 | 365 | 372 | 30 | 2 | 0 | 2 | 271 | 126 | 126 |
| Binary | 10111101 | 11110101 | 11111010 | 11000 | 10 | 0 | 10 | 10111001 | 1010110 | 1010110 |
Color Harmonies of #BDF5FA
Complementary color
Monochromatic Colors of #BDF5FA
Black with #BDF5FA
Text Example
Text Example
White with #BDF5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5FA; }
p { color: rgb(189,245,250); }
H1.HeaderClassName
{
color: #BDF5FA;
}
.AnyTagClassName
{
color: #BDF5FA;
}
</style>
background-color css
<style>
a { background-color: #BDF5FA; }
a { background-color: rgb(189,245,250); }
div.DivClassName
{
background-color: #BDF5FA;
}
.BgClassName
{
background-color: #BDF5FA;
}
</style>
border-color css
<style>
span { border-color: #BDF5FA; }
span { border-color: rgb(189,245,250); }
td.TdClassName
{
border-color: #BDF5FA;
}
.TagClassName
{
border-color: #BDF5FA;
}
</style>