Shades of Pale Turquoise #B8EEF3
Tints of Pale Turquoise #B8EEF3
RGB
CMYK
RGB Variations
Color information
#B8EEF3 (or 0xB8EEF3) is known color: Pale Turquoise. HEX triplet: B8, EE and F3. RGB value is (184,238,243). Sum of RGB (Red+Green+Blue) = 184+238+243=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8EEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EEF3 is #47110C. Grayscale: #DEDEDE. Windows color (decimal): -4657421 or 15986360. OLE color: 15986360.
HSL color Cylindrical-coordinate representation of color #B8EEF3: hue angle of 185.08º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8EEF3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 238 | 243 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.05 |
| HSL | 185.08º | 0.71% | 0.84% | - |
| HSV(B) | 185.08º | 0.24% | 0.95% | - |
| XYZ | 66.52 | 77.81 | 96.31 | - |
| YUV | 222.42 | 139.61 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 238 | 243 | 0.24 | 0.02 | 0 | 0.05 | 185.08 | 0.71 | 0.84 |
| Hex | B8 | EE | F3 | 18 | 2 | 0 | 5 | B9 | 47 | 54 |
| Octal | 270 | 356 | 363 | 30 | 2 | 0 | 5 | 271 | 107 | 124 |
| Binary | 10111000 | 11101110 | 11110011 | 11000 | 10 | 0 | 101 | 10111001 | 1000111 | 1010100 |
Color Harmonies of #B8EEF3
Complementary color
Monochromatic Colors of #B8EEF3
Black with #B8EEF3
Text Example
Text Example
White with #B8EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EEF3; }
p { color: rgb(184,238,243); }
H1.HeaderClassName
{
color: #B8EEF3;
}
.AnyTagClassName
{
color: #B8EEF3;
}
</style>
background-color css
<style>
a { background-color: #B8EEF3; }
a { background-color: rgb(184,238,243); }
div.DivClassName
{
background-color: #B8EEF3;
}
.BgClassName
{
background-color: #B8EEF3;
}
</style>
border-color css
<style>
span { border-color: #B8EEF3; }
span { border-color: rgb(184,238,243); }
td.TdClassName
{
border-color: #B8EEF3;
}
.TagClassName
{
border-color: #B8EEF3;
}
</style>