Shades of Pale Turquoise #B4FDF1
Tints of Pale Turquoise #B4FDF1
RGB
CMYK
RGB Variations
Color information
#B4FDF1 (or 0xB4FDF1) is known color: Pale Turquoise. HEX triplet: B4, FD and F1. RGB value is (180,253,241). Sum of RGB (Red+Green+Blue) = 180+253+241=674 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.71% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 241 (94.53% from 255 or 35.76% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FDF1 is #4B020E. Grayscale: #E5E5E5. Windows color (decimal): -4915727 or 15859124. OLE color: 15859124.
HSL color Cylindrical-coordinate representation of color #B4FDF1: hue angle of 170.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FDF1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 253 | 241 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.01 |
| HSL | 170.14º | 0.95% | 0.85% | - |
| HSV(B) | 170.14º | 0.29% | 0.99% | - |
| XYZ | 69.82 | 86.3 | 96.2 | - |
| YUV | 229.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 253 | 241 | 0.29 | 0 | 0.05 | 0.01 | 170.14 | 0.95 | 0.85 |
| Hex | B4 | FD | F1 | 1D | 0 | 5 | 1 | AA | 5F | 55 |
| Octal | 264 | 375 | 361 | 35 | 0 | 5 | 1 | 252 | 137 | 125 |
| Binary | 10110100 | 11111101 | 11110001 | 11101 | 0 | 101 | 1 | 10101010 | 1011111 | 1010101 |
Color Harmonies of #B4FDF1
Complementary color
Monochromatic Colors of #B4FDF1
Black with #B4FDF1
Text Example
Text Example
White with #B4FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FDF1; }
p { color: rgb(180,253,241); }
H1.HeaderClassName
{
color: #B4FDF1;
}
.AnyTagClassName
{
color: #B4FDF1;
}
</style>
background-color css
<style>
a { background-color: #B4FDF1; }
a { background-color: rgb(180,253,241); }
div.DivClassName
{
background-color: #B4FDF1;
}
.BgClassName
{
background-color: #B4FDF1;
}
</style>
border-color css
<style>
span { border-color: #B4FDF1; }
span { border-color: rgb(180,253,241); }
td.TdClassName
{
border-color: #B4FDF1;
}
.TagClassName
{
border-color: #B4FDF1;
}
</style>