Shades of Pale Turquoise #B8FDF5
Tints of Pale Turquoise #B8FDF5
RGB
CMYK
RGB Variations
Color information
#B8FDF5 (or 0xB8FDF5) is known color: Pale Turquoise. HEX triplet: B8, FD and F5. RGB value is (184,253,245). Sum of RGB (Red+Green+Blue) = 184+253+245=682 (90% of max value = 765). Red value is 184 (72.27% from 255 or 26.98% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 245 (96.09% from 255 or 35.92% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #B8FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FDF5 is #47020A. Grayscale: #E7E7E7. Windows color (decimal): -4653579 or 16121272. OLE color: 16121272.
HSL color Cylindrical-coordinate representation of color #B8FDF5: hue angle of 173.04º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FDF5 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 253 | 245 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.01 |
| HSL | 173.04º | 0.95% | 0.86% | - |
| HSV(B) | 173.04º | 0.27% | 0.99% | - |
| XYZ | 71.37 | 87.03 | 99.42 | - |
| YUV | 231.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 253 | 245 | 0.27 | 0 | 0.03 | 0.01 | 173.04 | 0.95 | 0.86 |
| Hex | B8 | FD | F5 | 1B | 0 | 3 | 1 | AD | 5F | 56 |
| Octal | 270 | 375 | 365 | 33 | 0 | 3 | 1 | 255 | 137 | 126 |
| Binary | 10111000 | 11111101 | 11110101 | 11011 | 0 | 11 | 1 | 10101101 | 1011111 | 1010110 |
Color Harmonies of #B8FDF5
Complementary color
Monochromatic Colors of #B8FDF5
Black with #B8FDF5
Text Example
Text Example
White with #B8FDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FDF5; }
p { color: rgb(184,253,245); }
H1.HeaderClassName
{
color: #B8FDF5;
}
.AnyTagClassName
{
color: #B8FDF5;
}
</style>
background-color css
<style>
a { background-color: #B8FDF5; }
a { background-color: rgb(184,253,245); }
div.DivClassName
{
background-color: #B8FDF5;
}
.BgClassName
{
background-color: #B8FDF5;
}
</style>
border-color css
<style>
span { border-color: #B8FDF5; }
span { border-color: rgb(184,253,245); }
td.TdClassName
{
border-color: #B8FDF5;
}
.TagClassName
{
border-color: #B8FDF5;
}
</style>