Shades of Pale Turquoise #B7F2FC
Tints of Pale Turquoise #B7F2FC
RGB
CMYK
RGB Variations
Color information
#B7F2FC (or 0xB7F2FC) is known color: Pale Turquoise. HEX triplet: B7, F2 and FC. RGB value is (183,242,252). Sum of RGB (Red+Green+Blue) = 183+242+252=677 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.03% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F2FC is #480D03. Grayscale: #E1E1E1. Windows color (decimal): -4721924 or 16577207. OLE color: 16577207.
HSL color Cylindrical-coordinate representation of color #B7F2FC: hue angle of 188.7º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7F2FC is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 183 | 242 | 252 | - |
CMYK | 0.27 | 0.04 | 0 | 0.01 |
HSL | 188.7º | 0.92% | 0.85% | - |
HSV(B) | 188.7º | 0.27% | 0.99% | - |
XYZ | 68.85 | 80.6 | 104.02 | - |
YUV | 225.5 | 142.95 | 97.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 242 | 252 | 0.27 | 0.04 | 0 | 0.01 | 188.7 | 0.92 | 0.85 |
Hex | B7 | F2 | FC | 1B | 4 | 0 | 1 | BD | 5C | 55 |
Octal | 267 | 362 | 374 | 33 | 4 | 0 | 1 | 275 | 134 | 125 |
Binary | 10110111 | 11110010 | 11111100 | 11011 | 100 | 0 | 1 | 10111101 | 1011100 | 1010101 |
Color Harmonies of #B7F2FC
Complementary color
Monochromatic Colors of #B7F2FC
Black with #B7F2FC
Text Example
Text Example
White with #B7F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F2FC; }
p { color: rgb(183,242,252); }
H1.HeaderClassName
{
color: #B7F2FC;
}
.AnyTagClassName
{
color: #B7F2FC;
}
</style>
background-color css
<style>
a { background-color: #B7F2FC; }
a { background-color: rgb(183,242,252); }
div.DivClassName
{
background-color: #B7F2FC;
}
.BgClassName
{
background-color: #B7F2FC;
}
</style>
border-color css
<style>
span { border-color: #B7F2FC; }
span { border-color: rgb(183,242,252); }
td.TdClassName
{
border-color: #B7F2FC;
}
.TagClassName
{
border-color: #B7F2FC;
}
</style>