Shades of Pale Turquoise #BDF4F8
Tints of Pale Turquoise #BDF4F8
RGB
CMYK
RGB Variations
Color information
#BDF4F8 (or 0xBDF4F8) is known color: Pale Turquoise. HEX triplet: BD, F4 and F8. RGB value is (189,244,248). Sum of RGB (Red+Green+Blue) = 189+244+248=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 248 (97.27% from 255 or 36.42% from 681); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDF4F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF4F8 is #420B07. Grayscale: #E3E3E3. Windows color (decimal): -4328200 or 16315581. OLE color: 16315581.
HSL color Cylindrical-coordinate representation of color #BDF4F8: hue angle of 184.07º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF4F8 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 244 | 248 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.03 |
| HSL | 184.07º | 0.81% | 0.86% | - |
| HSV(B) | 184.07º | 0.24% | 0.97% | - |
| XYZ | 70.28 | 82.3 | 100.99 | - |
| YUV | 228.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 248 | 0.24 | 0.02 | 0 | 0.03 | 184.07 | 0.81 | 0.86 |
| Hex | BD | F4 | F8 | 18 | 2 | 0 | 3 | B8 | 51 | 56 |
| Octal | 275 | 364 | 370 | 30 | 2 | 0 | 3 | 270 | 121 | 126 |
| Binary | 10111101 | 11110100 | 11111000 | 11000 | 10 | 0 | 11 | 10111000 | 1010001 | 1010110 |
Color Harmonies of #BDF4F8
Complementary color
Monochromatic Colors of #BDF4F8
Black with #BDF4F8
Text Example
Text Example
White with #BDF4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF4F8; }
p { color: rgb(189,244,248); }
H1.HeaderClassName
{
color: #BDF4F8;
}
.AnyTagClassName
{
color: #BDF4F8;
}
</style>
background-color css
<style>
a { background-color: #BDF4F8; }
a { background-color: rgb(189,244,248); }
div.DivClassName
{
background-color: #BDF4F8;
}
.BgClassName
{
background-color: #BDF4F8;
}
</style>
border-color css
<style>
span { border-color: #BDF4F8; }
span { border-color: rgb(189,244,248); }
td.TdClassName
{
border-color: #BDF4F8;
}
.TagClassName
{
border-color: #BDF4F8;
}
</style>