Shades of Pale Turquoise #B0F3EF
Tints of Pale Turquoise #B0F3EF
RGB
CMYK
RGB Variations
Color information
#B0F3EF (or 0xB0F3EF) is known color: Pale Turquoise. HEX triplet: B0, F3 and EF. RGB value is (176,243,239). Sum of RGB (Red+Green+Blue) = 176+243+239=658 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.75% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F3EF is #4F0C10. Grayscale: #DEDEDE. Windows color (decimal): -5180433 or 15725488. OLE color: 15725488.
HSL color Cylindrical-coordinate representation of color #B0F3EF: hue angle of 176.42º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F3EF is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 239 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.05 |
| HSL | 176.42º | 0.74% | 0.82% | - |
| HSV(B) | 176.42º | 0.28% | 0.95% | - |
| XYZ | 65.54 | 79.56 | 93.56 | - |
| YUV | 222.51 | 137.3 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 239 | 0.28 | 0 | 0.02 | 0.05 | 176.42 | 0.74 | 0.82 |
| Hex | B0 | F3 | EF | 1C | 0 | 2 | 5 | B0 | 4A | 52 |
| Octal | 260 | 363 | 357 | 34 | 0 | 2 | 5 | 260 | 112 | 122 |
| Binary | 10110000 | 11110011 | 11101111 | 11100 | 0 | 10 | 101 | 10110000 | 1001010 | 1010010 |
Color Harmonies of #B0F3EF
Complementary color
Monochromatic Colors of #B0F3EF
Black with #B0F3EF
Text Example
Text Example
White with #B0F3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3EF; }
p { color: rgb(176,243,239); }
H1.HeaderClassName
{
color: #B0F3EF;
}
.AnyTagClassName
{
color: #B0F3EF;
}
</style>
background-color css
<style>
a { background-color: #B0F3EF; }
a { background-color: rgb(176,243,239); }
div.DivClassName
{
background-color: #B0F3EF;
}
.BgClassName
{
background-color: #B0F3EF;
}
</style>
border-color css
<style>
span { border-color: #B0F3EF; }
span { border-color: rgb(176,243,239); }
td.TdClassName
{
border-color: #B0F3EF;
}
.TagClassName
{
border-color: #B0F3EF;
}
</style>