Shades of Pale Turquoise #B5FEF0
Tints of Pale Turquoise #B5FEF0
RGB
CMYK
RGB Variations
Color information
#B5FEF0 (or 0xB5FEF0) is known color: Pale Turquoise. HEX triplet: B5, FE and F0. RGB value is (181,254,240). Sum of RGB (Red+Green+Blue) = 181+254+240=675 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.81% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 240 (94.14% from 255 or 35.56% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FEF0 is #4A010F. Grayscale: #E6E6E6. Windows color (decimal): -4849936 or 15793845. OLE color: 15793845.
HSL color Cylindrical-coordinate representation of color #B5FEF0: hue angle of 168.49º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FEF0 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 181 | 254 | 240 | - |
CMYK | 0.29 | 0 | 0.06 | 0.00 |
HSL | 168.49º | 0.97% | 0.85% | - |
HSV(B) | 168.49º | 0.29% | 1% | - |
XYZ | 70.23 | 87 | 95.53 | - |
YUV | 230.58 | 133.32 | 92.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 254 | 240 | 0.29 | 0 | 0.06 | 0.00 | 168.49 | 0.97 | 0.85 |
Hex | B5 | FE | F0 | 1D | 0 | 6 | 0 | A8 | 61 | 55 |
Octal | 265 | 376 | 360 | 35 | 0 | 6 | 0 | 250 | 141 | 125 |
Binary | 10110101 | 11111110 | 11110000 | 11101 | 0 | 110 | 0 | 10101000 | 1100001 | 1010101 |
Color Harmonies of #B5FEF0
Complementary color
Monochromatic Colors of #B5FEF0
Black with #B5FEF0
Text Example
Text Example
White with #B5FEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FEF0; }
p { color: rgb(181,254,240); }
H1.HeaderClassName
{
color: #B5FEF0;
}
.AnyTagClassName
{
color: #B5FEF0;
}
</style>
background-color css
<style>
a { background-color: #B5FEF0; }
a { background-color: rgb(181,254,240); }
div.DivClassName
{
background-color: #B5FEF0;
}
.BgClassName
{
background-color: #B5FEF0;
}
</style>
border-color css
<style>
span { border-color: #B5FEF0; }
span { border-color: rgb(181,254,240); }
td.TdClassName
{
border-color: #B5FEF0;
}
.TagClassName
{
border-color: #B5FEF0;
}
</style>