#B0FFF6

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

Shades of Pale Turquoise #B0FFF6

Tints of Pale Turquoise #B0FFF6

Color information

#B0FFF6 (or 0xB0FFF6) is unknown color: approx Pale Turquoise. HEX triplet: B0, FF and F6. RGB value is (176,255,246). Sum of RGB (Red+Green+Blue) = 176+255+246=677 (89% of max value = 765). Red value is 176 (69.14% from 255 or 26.00% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FFF6 is #4F0009. Grayscale: #E6E6E6. Windows color (decimal): -5177354 or 16187312. OLE color: 16187312.

HSL color Cylindrical-coordinate representation of color #B0FFF6: hue angle of 173.16º 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 #B0FFF6 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB176255246-
CMYK0.3100.040
HSL173.16º100%84.51%-
HSV(B)173.16º30.98%100%-
XYZ70.387.4100.35-
YUV230.35136.8389.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.00%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 246 (96.48% from 255) = 36.34%
R=26.00%
G=37.67%
B=36.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762552460.3100.040173.1610084.51
HexB0FFF61F040ad6455
Octal26037736637040255144125
Binary10110000111111111111011011111010001010110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FFF6; }

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

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

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

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

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

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

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

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