Shades of Pale Turquoise #B4EDF2
Tints of Pale Turquoise #B4EDF2
RGB
CMYK
RGB Variations
Color information
#B4EDF2 (or 0xB4EDF2) is known color: Pale Turquoise. HEX triplet: B4, ED and F2. RGB value is (180,237,242). Sum of RGB (Red+Green+Blue) = 180+237+242=659 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.31% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDF2 is #4B120D. Grayscale: #DCDCDC. Windows color (decimal): -4919822 or 15920564. OLE color: 15920564.
HSL color Cylindrical-coordinate representation of color #B4EDF2: hue angle of 184.84º degrees, saturation: 0.7, 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 #B4EDF2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 237 | 242 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.05 |
| HSL | 184.84º | 0.7% | 0.83% | - |
| HSV(B) | 184.84º | 0.26% | 0.95% | - |
| XYZ | 65.13 | 76.68 | 95.37 | - |
| YUV | 220.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 242 | 0.26 | 0.02 | 0 | 0.05 | 184.84 | 0.7 | 0.83 |
| Hex | B4 | ED | F2 | 1A | 2 | 0 | 5 | B9 | 46 | 53 |
| Octal | 264 | 355 | 362 | 32 | 2 | 0 | 5 | 271 | 106 | 123 |
| Binary | 10110100 | 11101101 | 11110010 | 11010 | 10 | 0 | 101 | 10111001 | 1000110 | 1010011 |
Color Harmonies of #B4EDF2
Complementary color
Monochromatic Colors of #B4EDF2
Black with #B4EDF2
Text Example
Text Example
White with #B4EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EDF2; }
p { color: rgb(180,237,242); }
H1.HeaderClassName
{
color: #B4EDF2;
}
.AnyTagClassName
{
color: #B4EDF2;
}
</style>
background-color css
<style>
a { background-color: #B4EDF2; }
a { background-color: rgb(180,237,242); }
div.DivClassName
{
background-color: #B4EDF2;
}
.BgClassName
{
background-color: #B4EDF2;
}
</style>
border-color css
<style>
span { border-color: #B4EDF2; }
span { border-color: rgb(180,237,242); }
td.TdClassName
{
border-color: #B4EDF2;
}
.TagClassName
{
border-color: #B4EDF2;
}
</style>