Shades of Pale Turquoise #B6EEF2
Tints of Pale Turquoise #B6EEF2
RGB
CMYK
RGB Variations
Color information
#B6EEF2 (or 0xB6EEF2) is known color: Pale Turquoise. HEX triplet: B6, EE and F2. RGB value is (182,238,242). Sum of RGB (Red+Green+Blue) = 182+238+242=662 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.49% from 662); Green value is 238 (93.36% from 255 or 35.95% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6EEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EEF2 is #49110D. Grayscale: #DDDDDD. Windows color (decimal): -4788494 or 15920822. OLE color: 15920822.
HSL color Cylindrical-coordinate representation of color #B6EEF2: hue angle of 184º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6EEF2 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 238 | 242 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.05 |
| HSL | 184º | 0.7% | 0.83% | - |
| HSV(B) | 184º | 0.25% | 0.95% | - |
| XYZ | 65.89 | 77.5 | 95.49 | - |
| YUV | 221.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 238 | 242 | 0.25 | 0.02 | 0 | 0.05 | 184 | 0.7 | 0.83 |
| Hex | B6 | EE | F2 | 19 | 2 | 0 | 5 | B8 | 46 | 53 |
| Octal | 266 | 356 | 362 | 31 | 2 | 0 | 5 | 270 | 106 | 123 |
| Binary | 10110110 | 11101110 | 11110010 | 11001 | 10 | 0 | 101 | 10111000 | 1000110 | 1010011 |
Color Harmonies of #B6EEF2
Complementary color
Monochromatic Colors of #B6EEF2
Black with #B6EEF2
Text Example
Text Example
White with #B6EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EEF2; }
p { color: rgb(182,238,242); }
H1.HeaderClassName
{
color: #B6EEF2;
}
.AnyTagClassName
{
color: #B6EEF2;
}
</style>
background-color css
<style>
a { background-color: #B6EEF2; }
a { background-color: rgb(182,238,242); }
div.DivClassName
{
background-color: #B6EEF2;
}
.BgClassName
{
background-color: #B6EEF2;
}
</style>
border-color css
<style>
span { border-color: #B6EEF2; }
span { border-color: rgb(182,238,242); }
td.TdClassName
{
border-color: #B6EEF2;
}
.TagClassName
{
border-color: #B6EEF2;
}
</style>