Shades of Pale Turquoise #BDF5F4
Tints of Pale Turquoise #BDF5F4
RGB
CMYK
RGB Variations
Color information
#BDF5F4 (or 0xBDF5F4) is known color: Pale Turquoise. HEX triplet: BD, F5 and F4. RGB value is (189,245,244). Sum of RGB (Red+Green+Blue) = 189+245+244=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 244 (95.70% from 255 or 35.99% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF5F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5F4 is #420A0B. Grayscale: #E4E4E4. Windows color (decimal): -4327948 or 16053693. OLE color: 16053693.
HSL color Cylindrical-coordinate representation of color #BDF5F4: hue angle of 178.93º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF5F4 is Cyan = 0.23, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 244 | - |
| CMYK | 0.23 | 0 | 0.00 | 0.04 |
| HSL | 178.93º | 0.74% | 0.85% | - |
| HSV(B) | 178.93º | 0.23% | 0.96% | - |
| XYZ | 69.97 | 82.66 | 97.85 | - |
| YUV | 228.14 | 136.95 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 244 | 0.23 | 0 | 0.00 | 0.04 | 178.93 | 0.74 | 0.85 |
| Hex | BD | F5 | F4 | 17 | 0 | 0 | 4 | B3 | 4A | 55 |
| Octal | 275 | 365 | 364 | 27 | 0 | 0 | 4 | 263 | 112 | 125 |
| Binary | 10111101 | 11110101 | 11110100 | 10111 | 0 | 0 | 100 | 10110011 | 1001010 | 1010101 |
Color Harmonies of #BDF5F4
Complementary color
Monochromatic Colors of #BDF5F4
Black with #BDF5F4
Text Example
Text Example
White with #BDF5F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF5F4; }
p { color: rgb(189,245,244); }
H1.HeaderClassName
{
color: #BDF5F4;
}
.AnyTagClassName
{
color: #BDF5F4;
}
</style>
background-color css
<style>
a { background-color: #BDF5F4; }
a { background-color: rgb(189,245,244); }
div.DivClassName
{
background-color: #BDF5F4;
}
.BgClassName
{
background-color: #BDF5F4;
}
</style>
border-color css
<style>
span { border-color: #BDF5F4; }
span { border-color: rgb(189,245,244); }
td.TdClassName
{
border-color: #BDF5F4;
}
.TagClassName
{
border-color: #BDF5F4;
}
</style>