Shades of Pale Turquoise #B5FFF2
Tints of Pale Turquoise #B5FFF2
RGB
CMYK
RGB Variations
Color information
#B5FFF2 (or 0xB5FFF2) is known color: Pale Turquoise. HEX triplet: B5, FF and F2. RGB value is (181,255,242). Sum of RGB (Red+Green+Blue) = 181+255+242=678 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.70% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFF2 is #4A000D. Grayscale: #E7E7E7. Windows color (decimal): -4849678 or 15925173. OLE color: 15925173.
HSL color Cylindrical-coordinate representation of color #B5FFF2: hue angle of 169.46º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FFF2 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 242 | - |
| CMYK | 0.29 | 0 | 0.05 | 0 |
| HSL | 169.46º | 1% | 0.85% | - |
| HSV(B) | 169.46º | 0.29% | 1% | - |
| XYZ | 70.84 | 87.75 | 97.21 | - |
| YUV | 231.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 242 | 0.29 | 0 | 0.05 | 0 | 169.46 | 1 | 0.85 |
| Hex | B5 | FF | F2 | 1D | 0 | 5 | 0 | A9 | 64 | 55 |
| Octal | 265 | 377 | 362 | 35 | 0 | 5 | 0 | 251 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11110010 | 11101 | 0 | 101 | 0 | 10101001 | 1100100 | 1010101 |
Color Harmonies of #B5FFF2
Complementary color
Monochromatic Colors of #B5FFF2
Black with #B5FFF2
Text Example
Text Example
White with #B5FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFF2; }
p { color: rgb(181,255,242); }
H1.HeaderClassName
{
color: #B5FFF2;
}
.AnyTagClassName
{
color: #B5FFF2;
}
</style>
background-color css
<style>
a { background-color: #B5FFF2; }
a { background-color: rgb(181,255,242); }
div.DivClassName
{
background-color: #B5FFF2;
}
.BgClassName
{
background-color: #B5FFF2;
}
</style>
border-color css
<style>
span { border-color: #B5FFF2; }
span { border-color: rgb(181,255,242); }
td.TdClassName
{
border-color: #B5FFF2;
}
.TagClassName
{
border-color: #B5FFF2;
}
</style>