#B0F7EA

Color #B0F7EA Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #B0F7EA

Tints of Pale Turquoise #B0F7EA

Color information

#B0F7EA (or 0xB0F7EA) is unknown color: approx Pale Turquoise. HEX triplet: B0, F7 and EA. RGB value is (176,247,234). Sum of RGB (Red+Green+Blue) = 176+247+234=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F7EA is #4F0815. Grayscale: #E0E0E0. Windows color (decimal): -5179414 or 15398832. OLE color: 15398832.

HSL color Cylindrical-coordinate representation of color #B0F7EA: hue angle of 169.01º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7EA is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB176247234-
CMYK0.2900.050.03
HSL169.01º81.61%82.94%-
HSV(B)169.01º28.74%96.86%-
XYZ66.0281.6990.13-
YUV224.29133.4893.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 26.79%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=26.79%
G=37.60%
B=35.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1762472340.2900.050.03169.0181.6182.94
HexB0F7EA1D053a95253
Octal26036735235053251122123
Binary101100001111011111101010111010101111010100110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F7EA; }

 p { color: rgb(176,247,234); }

 H1.HeaderClassName
 {
   color: #B0F7EA;
 }
 .AnyTagClassName
 {
   color: #B0F7EA;
 }
</style>
background-color css

<style>
 a { background-color: #B0F7EA; }

 a { background-color: rgb(176,247,234); }

 div.DivClassName
 {
   background-color: #B0F7EA;
 }
 .BgClassName
 {
   background-color: #B0F7EA;
 }
</style>
border-color css

<style>
 span { border-color: #B0F7EA; }

 span { border-color: rgb(176,247,234); }

 td.TdClassName
 {
   border-color: #B0F7EA;
 }
 .TagClassName
 {
   border-color: #B0F7EA;
 }
</style>