Shades of Pale Turquoise #B5F0F4
Tints of Pale Turquoise #B5F0F4
RGB
CMYK
RGB Variations
Color information
#B5F0F4 (or 0xB5F0F4) is known color: Pale Turquoise. HEX triplet: B5, F0 and F4. RGB value is (181,240,244). Sum of RGB (Red+Green+Blue) = 181+240+244=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #B5F0F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F0F4 is #4A0F0B. Grayscale: #DEDEDE. Windows color (decimal): -4853516 or 16052405. OLE color: 16052405.
HSL color Cylindrical-coordinate representation of color #B5F0F4: hue angle of 183.81º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F0F4 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 240 | 244 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.04 |
| HSL | 183.81º | 0.74% | 0.83% | - |
| HSV(B) | 183.81º | 0.26% | 0.96% | - |
| XYZ | 66.55 | 78.68 | 97.27 | - |
| YUV | 222.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 244 | 0.26 | 0.02 | 0 | 0.04 | 183.81 | 0.74 | 0.83 |
| Hex | B5 | F0 | F4 | 1A | 2 | 0 | 4 | B8 | 4A | 53 |
| Octal | 265 | 360 | 364 | 32 | 2 | 0 | 4 | 270 | 112 | 123 |
| Binary | 10110101 | 11110000 | 11110100 | 11010 | 10 | 0 | 100 | 10111000 | 1001010 | 1010011 |
Color Harmonies of #B5F0F4
Complementary color
Monochromatic Colors of #B5F0F4
Black with #B5F0F4
Text Example
Text Example
White with #B5F0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F0F4; }
p { color: rgb(181,240,244); }
H1.HeaderClassName
{
color: #B5F0F4;
}
.AnyTagClassName
{
color: #B5F0F4;
}
</style>
background-color css
<style>
a { background-color: #B5F0F4; }
a { background-color: rgb(181,240,244); }
div.DivClassName
{
background-color: #B5F0F4;
}
.BgClassName
{
background-color: #B5F0F4;
}
</style>
border-color css
<style>
span { border-color: #B5F0F4; }
span { border-color: rgb(181,240,244); }
td.TdClassName
{
border-color: #B5F0F4;
}
.TagClassName
{
border-color: #B5F0F4;
}
</style>