Shades of Pale Turquoise #B5FDF3
Tints of Pale Turquoise #B5FDF3
RGB
CMYK
RGB Variations
Color information
#B5FDF3 (or 0xB5FDF3) is known color: Pale Turquoise. HEX triplet: B5, FD and F3. RGB value is (181,253,243). Sum of RGB (Red+Green+Blue) = 181+253+243=677 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.74% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FDF3 is #4A020C. Grayscale: #E6E6E6. Windows color (decimal): -4850189 or 15990197. OLE color: 15990197.
HSL color Cylindrical-coordinate representation of color #B5FDF3: hue angle of 171.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5FDF3 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 253 | 243 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.01 |
| HSL | 171.67º | 0.95% | 0.85% | - |
| HSV(B) | 171.67º | 0.28% | 0.99% | - |
| XYZ | 70.36 | 86.55 | 97.79 | - |
| YUV | 230.33 | 135.15 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 253 | 243 | 0.28 | 0 | 0.04 | 0.01 | 171.67 | 0.95 | 0.85 |
| Hex | B5 | FD | F3 | 1C | 0 | 4 | 1 | AC | 5F | 55 |
| Octal | 265 | 375 | 363 | 34 | 0 | 4 | 1 | 254 | 137 | 125 |
| Binary | 10110101 | 11111101 | 11110011 | 11100 | 0 | 100 | 1 | 10101100 | 1011111 | 1010101 |
Color Harmonies of #B5FDF3
Complementary color
Monochromatic Colors of #B5FDF3
Black with #B5FDF3
Text Example
Text Example
White with #B5FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FDF3; }
p { color: rgb(181,253,243); }
H1.HeaderClassName
{
color: #B5FDF3;
}
.AnyTagClassName
{
color: #B5FDF3;
}
</style>
background-color css
<style>
a { background-color: #B5FDF3; }
a { background-color: rgb(181,253,243); }
div.DivClassName
{
background-color: #B5FDF3;
}
.BgClassName
{
background-color: #B5FDF3;
}
</style>
border-color css
<style>
span { border-color: #B5FDF3; }
span { border-color: rgb(181,253,243); }
td.TdClassName
{
border-color: #B5FDF3;
}
.TagClassName
{
border-color: #B5FDF3;
}
</style>