#B0F1EA

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

Shades of Pale Turquoise #B0F1EA

Tints of Pale Turquoise #B0F1EA

Color information

#B0F1EA (or 0xB0F1EA) is unknown color: approx Pale Turquoise. HEX triplet: B0, F1 and EA. RGB value is (176,241,234). Sum of RGB (Red+Green+Blue) = 176+241+234=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F1EA is #4F0E15. Grayscale: #DCDCDC. Windows color (decimal): -5180950 or 15397296. OLE color: 15397296.

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

Color convert

RGB176241234-
CMYK0.2700.030.05
HSL173.54º69.89%81.76%-
HSV(B)173.54º26.97%94.51%-
XYZ64.2178.0889.53-
YUV220.77135.4796.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=27.04%
G=37.02%
B=35.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762412340.2700.030.05173.5469.8981.76
HexB0F1EA1B035ae4652
Octal26036135233035256106122
Binary101100001111000111101010110110111011010111010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F1EA; }

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

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

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

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

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

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

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

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