Shades of Pale Turquoise #B7EEF4
Tints of Pale Turquoise #B7EEF4
RGB
CMYK
RGB Variations
Color information
#B7EEF4 (or 0xB7EEF4) is known color: Pale Turquoise. HEX triplet: B7, EE and F4. RGB value is (183,238,244). Sum of RGB (Red+Green+Blue) = 183+238+244=665 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.52% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 244 (95.70% from 255 or 36.69% from 665); Max value from RGB is 244 - color contains mainly: blue. Hex color #B7EEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EEF4 is #48110B. Grayscale: #DEDEDE. Windows color (decimal): -4722956 or 16051895. OLE color: 16051895.
HSL color Cylindrical-coordinate representation of color #B7EEF4: hue angle of 185.9º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7EEF4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 238 | 244 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.04 |
| HSL | 185.9º | 0.73% | 0.84% | - |
| HSV(B) | 185.9º | 0.25% | 0.96% | - |
| XYZ | 66.43 | 77.75 | 97.09 | - |
| YUV | 222.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 238 | 244 | 0.25 | 0.02 | 0 | 0.04 | 185.9 | 0.73 | 0.84 |
| Hex | B7 | EE | F4 | 19 | 2 | 0 | 4 | BA | 49 | 54 |
| Octal | 267 | 356 | 364 | 31 | 2 | 0 | 4 | 272 | 111 | 124 |
| Binary | 10110111 | 11101110 | 11110100 | 11001 | 10 | 0 | 100 | 10111010 | 1001001 | 1010100 |
Color Harmonies of #B7EEF4
Complementary color
Monochromatic Colors of #B7EEF4
Black with #B7EEF4
Text Example
Text Example
White with #B7EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EEF4; }
p { color: rgb(183,238,244); }
H1.HeaderClassName
{
color: #B7EEF4;
}
.AnyTagClassName
{
color: #B7EEF4;
}
</style>
background-color css
<style>
a { background-color: #B7EEF4; }
a { background-color: rgb(183,238,244); }
div.DivClassName
{
background-color: #B7EEF4;
}
.BgClassName
{
background-color: #B7EEF4;
}
</style>
border-color css
<style>
span { border-color: #B7EEF4; }
span { border-color: rgb(183,238,244); }
td.TdClassName
{
border-color: #B7EEF4;
}
.TagClassName
{
border-color: #B7EEF4;
}
</style>