Shades of Pale Turquoise #BDF3F7
Tints of Pale Turquoise #BDF3F7
RGB
CMYK
RGB Variations
Color information
#BDF3F7 (or 0xBDF3F7) is known color: Pale Turquoise. HEX triplet: BD, F3 and F7. RGB value is (189,243,247). Sum of RGB (Red+Green+Blue) = 189+243+247=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 247 (96.88% from 255 or 36.38% from 679); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDF3F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3F7 is #420C08. Grayscale: #E3E3E3. Windows color (decimal): -4328457 or 16249789. OLE color: 16249789.
HSL color Cylindrical-coordinate representation of color #BDF3F7: hue angle of 184.14º 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 #BDF3F7 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 243 | 247 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.03 |
| HSL | 184.14º | 0.78% | 0.85% | - |
| HSV(B) | 184.14º | 0.23% | 0.97% | - |
| XYZ | 69.83 | 81.64 | 100.07 | - |
| YUV | 227.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 243 | 247 | 0.23 | 0.02 | 0 | 0.03 | 184.14 | 0.78 | 0.85 |
| Hex | BD | F3 | F7 | 17 | 2 | 0 | 3 | B8 | 4E | 55 |
| Octal | 275 | 363 | 367 | 27 | 2 | 0 | 3 | 270 | 116 | 125 |
| Binary | 10111101 | 11110011 | 11110111 | 10111 | 10 | 0 | 11 | 10111000 | 1001110 | 1010101 |
Color Harmonies of #BDF3F7
Complementary color
Monochromatic Colors of #BDF3F7
Black with #BDF3F7
Text Example
Text Example
White with #BDF3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF3F7; }
p { color: rgb(189,243,247); }
H1.HeaderClassName
{
color: #BDF3F7;
}
.AnyTagClassName
{
color: #BDF3F7;
}
</style>
background-color css
<style>
a { background-color: #BDF3F7; }
a { background-color: rgb(189,243,247); }
div.DivClassName
{
background-color: #BDF3F7;
}
.BgClassName
{
background-color: #BDF3F7;
}
</style>
border-color css
<style>
span { border-color: #BDF3F7; }
span { border-color: rgb(189,243,247); }
td.TdClassName
{
border-color: #BDF3F7;
}
.TagClassName
{
border-color: #BDF3F7;
}
</style>