#B4FFF6

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

Shades of Pale Turquoise #B4FFF6

Tints of Pale Turquoise #B4FFF6

Color information

#B4FFF6 (or 0xB4FFF6) is unknown color: approx Pale Turquoise. HEX triplet: B4, FF and F6. RGB value is (180,255,246). Sum of RGB (Red+Green+Blue) = 180+255+246=681 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.43% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF6 is #4B0009. Grayscale: #E7E7E7. Windows color (decimal): -4915210 or 16187316. OLE color: 16187316.

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

Color convert

RGB180255246-
CMYK0.2900.040
HSL172.8º100%85.29%-
HSV(B)172.8º29.41%100%-
XYZ71.2287.88100.4-
YUV231.55136.1591.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.43%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 246 (96.48% from 255) = 36.12%
R=26.43%
G=37.44%
B=36.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552460.2900.040172.810085.29
HexB4FFF61D040ad6455
Octal26437736635040255144125
Binary10110100111111111111011011101010001010110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFF6; }

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

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

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

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

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

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

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

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