#b2f8f7

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

Shades of Pale Turquoise #B2F8F7

Tints of Pale Turquoise #B2F8F7

Color information

#B2F8F7 (or 0xB2F8F7) is unknown color: approx Pale Turquoise. HEX triplet: B2, F8 and F7. RGB value is (178,248,247). Sum of RGB (Red+Green+Blue) = 178+248+247=673 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.45% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8F7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F8F7 is #4D0708. Grayscale: #E2E2E2. Windows color (decimal): -5048073 or 16251058. OLE color: 16251058.

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

Color convert

RGB178248247-
CMYK0.2800.000.03
HSL179.14º83.33%83.53%-
HSV(B)179.14º28.23%97.25%-
XYZ68.7283.32100.46-
YUV226.96139.3193.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.45%
GREEN value IS 248 (97.27% from 255) = 36.85%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=26.45%
G=36.85%
B=36.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782482470.2800.000.03179.1483.3383.53
HexB2F8F71C003b35354
Octal26237036734003263123124
Binary1011001011111000111101111110000111011001110100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2f8f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2f8f7; }

 p { color: rgb(178,248,247); }

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

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

 a { background-color: rgb(178,248,247); }

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

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

 span { border-color: rgb(178,248,247); }

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