Shades of Pale Turquoise #BDF5F7
Tints of Pale Turquoise #BDF5F7
RGB
CMYK
RGB Variations
Color information
#BDF5F7 (or 0xBDF5F7) is known color: Pale Turquoise. HEX triplet: BD, F5 and F7. RGB value is (189,245,247). Sum of RGB (Red+Green+Blue) = 189+245+247=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDF5F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5F7 is #420A08. Grayscale: #E4E4E4. Windows color (decimal): -4327945 or 16250301. OLE color: 16250301.
HSL color Cylindrical-coordinate representation of color #BDF5F7: hue angle of 182.07º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5F7 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 245 | 247 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.03 |
| HSL | 182.07º | 0.78% | 0.85% | - |
| HSV(B) | 182.07º | 0.23% | 0.97% | - |
| XYZ | 70.43 | 82.84 | 100.27 | - |
| YUV | 228.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 247 | 0.23 | 0.01 | 0 | 0.03 | 182.07 | 0.78 | 0.85 |
| Hex | BD | F5 | F7 | 17 | 1 | 0 | 3 | B6 | 4E | 55 |
| Octal | 275 | 365 | 367 | 27 | 1 | 0 | 3 | 266 | 116 | 125 |
| Binary | 10111101 | 11110101 | 11110111 | 10111 | 1 | 0 | 11 | 10110110 | 1001110 | 1010101 |
Color Harmonies of #BDF5F7
Complementary color
Monochromatic Colors of #BDF5F7
Black with #BDF5F7
Text Example
Text Example
White with #BDF5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5F7; }
p { color: rgb(189,245,247); }
H1.HeaderClassName
{
color: #BDF5F7;
}
.AnyTagClassName
{
color: #BDF5F7;
}
</style>
background-color css
<style>
a { background-color: #BDF5F7; }
a { background-color: rgb(189,245,247); }
div.DivClassName
{
background-color: #BDF5F7;
}
.BgClassName
{
background-color: #BDF5F7;
}
</style>
border-color css
<style>
span { border-color: #BDF5F7; }
span { border-color: rgb(189,245,247); }
td.TdClassName
{
border-color: #BDF5F7;
}
.TagClassName
{
border-color: #BDF5F7;
}
</style>