Shades of Pale Turquoise #B5EEFA
Tints of Pale Turquoise #B5EEFA
RGB
CMYK
RGB Variations
Color information
#B5EEFA (or 0xB5EEFA) is known color: Pale Turquoise. HEX triplet: B5, EE and FA. RGB value is (181,238,250). Sum of RGB (Red+Green+Blue) = 181+238+250=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEFA is #4A1105. Grayscale: #DEDEDE. Windows color (decimal): -4854022 or 16445109. OLE color: 16445109.
HSL color Cylindrical-coordinate representation of color #B5EEFA: hue angle of 190.43º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5EEFA is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 181 | 238 | 250 | - |
CMYK | 0.28 | 0.05 | 0 | 0.02 |
HSL | 190.43º | 0.87% | 0.85% | - |
HSV(B) | 190.43º | 0.28% | 0.98% | - |
XYZ | 66.89 | 77.87 | 101.95 | - |
YUV | 222.33 | 143.62 | 98.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 238 | 250 | 0.28 | 0.05 | 0 | 0.02 | 190.43 | 0.87 | 0.85 |
Hex | B5 | EE | FA | 1C | 5 | 0 | 2 | BE | 57 | 55 |
Octal | 265 | 356 | 372 | 34 | 5 | 0 | 2 | 276 | 127 | 125 |
Binary | 10110101 | 11101110 | 11111010 | 11100 | 101 | 0 | 10 | 10111110 | 1010111 | 1010101 |
Color Harmonies of #B5EEFA
Complementary color
Monochromatic Colors of #B5EEFA
Black with #B5EEFA
Text Example
Text Example
White with #B5EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEFA; }
p { color: rgb(181,238,250); }
H1.HeaderClassName
{
color: #B5EEFA;
}
.AnyTagClassName
{
color: #B5EEFA;
}
</style>
background-color css
<style>
a { background-color: #B5EEFA; }
a { background-color: rgb(181,238,250); }
div.DivClassName
{
background-color: #B5EEFA;
}
.BgClassName
{
background-color: #B5EEFA;
}
</style>
border-color css
<style>
span { border-color: #B5EEFA; }
span { border-color: rgb(181,238,250); }
td.TdClassName
{
border-color: #B5EEFA;
}
.TagClassName
{
border-color: #B5EEFA;
}
</style>