Shades of Pale Turquoise #B7EFF3
Tints of Pale Turquoise #B7EFF3
RGB
CMYK
RGB Variations
Color information
#B7EFF3 (or 0xB7EFF3) is known color: Pale Turquoise. HEX triplet: B7, EF and F3. RGB value is (183,239,243). Sum of RGB (Red+Green+Blue) = 183+239+243=665 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.52% from 665); Green value is 239 (93.75% from 255 or 35.94% 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 #B7EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFF3 is #48100C. Grayscale: #DEDEDE. Windows color (decimal): -4722701 or 15986615. OLE color: 15986615.
HSL color Cylindrical-coordinate representation of color #B7EFF3: hue angle of 184º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7EFF3 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 239 | 243 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.05 |
| HSL | 184º | 0.71% | 0.84% | - |
| HSV(B) | 184º | 0.25% | 0.95% | - |
| XYZ | 66.57 | 78.27 | 96.39 | - |
| YUV | 222.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 239 | 243 | 0.25 | 0.02 | 0 | 0.05 | 184 | 0.71 | 0.84 |
| Hex | B7 | EF | F3 | 19 | 2 | 0 | 5 | B8 | 47 | 54 |
| Octal | 267 | 357 | 363 | 31 | 2 | 0 | 5 | 270 | 107 | 124 |
| Binary | 10110111 | 11101111 | 11110011 | 11001 | 10 | 0 | 101 | 10111000 | 1000111 | 1010100 |
Color Harmonies of #B7EFF3
Complementary color
Monochromatic Colors of #B7EFF3
Black with #B7EFF3
Text Example
Text Example
White with #B7EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EFF3; }
p { color: rgb(183,239,243); }
H1.HeaderClassName
{
color: #B7EFF3;
}
.AnyTagClassName
{
color: #B7EFF3;
}
</style>
background-color css
<style>
a { background-color: #B7EFF3; }
a { background-color: rgb(183,239,243); }
div.DivClassName
{
background-color: #B7EFF3;
}
.BgClassName
{
background-color: #B7EFF3;
}
</style>
border-color css
<style>
span { border-color: #B7EFF3; }
span { border-color: rgb(183,239,243); }
td.TdClassName
{
border-color: #B7EFF3;
}
.TagClassName
{
border-color: #B7EFF3;
}
</style>