Shades of Pale Turquoise #B7FDF4
Tints of Pale Turquoise #B7FDF4
RGB
CMYK
RGB Variations
Color information
#B7FDF4 (or 0xB7FDF4) is known color: Pale Turquoise. HEX triplet: B7, FD and F4. RGB value is (183,253,244). Sum of RGB (Red+Green+Blue) = 183+253+244=680 (90% of max value = 765). Red value is 183 (71.88% from 255 or 26.91% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #B7FDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FDF4 is #48020B. Grayscale: #E7E7E7. Windows color (decimal): -4719116 or 16055735. OLE color: 16055735.
HSL color Cylindrical-coordinate representation of color #B7FDF4: hue angle of 172.29º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FDF4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 183 | 253 | 244 | - |
CMYK | 0.28 | 0 | 0.04 | 0.01 |
HSL | 172.29º | 0.95% | 0.85% | - |
HSV(B) | 172.29º | 0.28% | 0.99% | - |
XYZ | 70.98 | 86.85 | 98.61 | - |
YUV | 231.04 | 135.31 | 93.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 253 | 244 | 0.28 | 0 | 0.04 | 0.01 | 172.29 | 0.95 | 0.85 |
Hex | B7 | FD | F4 | 1C | 0 | 4 | 1 | AC | 5F | 55 |
Octal | 267 | 375 | 364 | 34 | 0 | 4 | 1 | 254 | 137 | 125 |
Binary | 10110111 | 11111101 | 11110100 | 11100 | 0 | 100 | 1 | 10101100 | 1011111 | 1010101 |
Color Harmonies of #B7FDF4
Complementary color
Monochromatic Colors of #B7FDF4
Black with #B7FDF4
Text Example
Text Example
White with #B7FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FDF4; }
p { color: rgb(183,253,244); }
H1.HeaderClassName
{
color: #B7FDF4;
}
.AnyTagClassName
{
color: #B7FDF4;
}
</style>
background-color css
<style>
a { background-color: #B7FDF4; }
a { background-color: rgb(183,253,244); }
div.DivClassName
{
background-color: #B7FDF4;
}
.BgClassName
{
background-color: #B7FDF4;
}
</style>
border-color css
<style>
span { border-color: #B7FDF4; }
span { border-color: rgb(183,253,244); }
td.TdClassName
{
border-color: #B7FDF4;
}
.TagClassName
{
border-color: #B7FDF4;
}
</style>