#B0FFF1

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

Shades of Pale Turquoise #B0FFF1

Tints of Pale Turquoise #B0FFF1

Color information

#B0FFF1 (or 0xB0FFF1) is unknown color: approx Pale Turquoise. HEX triplet: B0, FF and F1. RGB value is (176,255,241). Sum of RGB (Red+Green+Blue) = 176+255+241=672 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.19% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 241 (94.53% from 255 or 35.86% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF1 is #4F000E. Grayscale: #E5E5E5. Windows color (decimal): -5177359 or 15859632. OLE color: 15859632.

HSL color Cylindrical-coordinate representation of color #B0FFF1: hue angle of 169.37º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFF1 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB176255241-
CMYK0.3100.050
HSL169.37º100%84.51%-
HSV(B)169.37º30.98%100%-
XYZ69.5487.196.37-
YUV229.78134.3389.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.19%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 241 (94.53% from 255) = 35.86%
R=26.19%
G=37.95%
B=35.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552410.3100.050169.3710084.51
HexB0FFF11F050a96455
Octal26037736137050251144125
Binary10110000111111111111000111111010101010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFF1; }

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

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

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

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

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

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

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

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