Shades of Pale Turquoise #B5F3F0
Tints of Pale Turquoise #B5F3F0
RGB
CMYK
RGB Variations
Color information
#B5F3F0 (or 0xB5F3F0) is known color: Pale Turquoise. HEX triplet: B5, F3 and F0. RGB value is (181,243,240). Sum of RGB (Red+Green+Blue) = 181+243+240=664 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.26% from 664); Green value is 243 (95.31% from 255 or 36.60% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F3F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F3F0 is #4A0C0F. Grayscale: #E0E0E0. Windows color (decimal): -4852752 or 15791029. OLE color: 15791029.
HSL color Cylindrical-coordinate representation of color #B5F3F0: hue angle of 177.1º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F3F0 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 243 | 240 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.05 |
| HSL | 177.1º | 0.72% | 0.83% | - |
| HSV(B) | 177.1º | 0.26% | 0.95% | - |
| XYZ | 66.83 | 80.22 | 94.4 | - |
| YUV | 224.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 243 | 240 | 0.26 | 0 | 0.01 | 0.05 | 177.1 | 0.72 | 0.83 |
| Hex | B5 | F3 | F0 | 1A | 0 | 1 | 5 | B1 | 48 | 53 |
| Octal | 265 | 363 | 360 | 32 | 0 | 1 | 5 | 261 | 110 | 123 |
| Binary | 10110101 | 11110011 | 11110000 | 11010 | 0 | 1 | 101 | 10110001 | 1001000 | 1010011 |
Color Harmonies of #B5F3F0
Complementary color
Monochromatic Colors of #B5F3F0
Black with #B5F3F0
Text Example
Text Example
White with #B5F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F3F0; }
p { color: rgb(181,243,240); }
H1.HeaderClassName
{
color: #B5F3F0;
}
.AnyTagClassName
{
color: #B5F3F0;
}
</style>
background-color css
<style>
a { background-color: #B5F3F0; }
a { background-color: rgb(181,243,240); }
div.DivClassName
{
background-color: #B5F3F0;
}
.BgClassName
{
background-color: #B5F3F0;
}
</style>
border-color css
<style>
span { border-color: #B5F3F0; }
span { border-color: rgb(181,243,240); }
td.TdClassName
{
border-color: #B5F3F0;
}
.TagClassName
{
border-color: #B5F3F0;
}
</style>