#B4FFF4

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

Shades of Pale Turquoise #B4FFF4

Tints of Pale Turquoise #B4FFF4

Color information

#B4FFF4 (or 0xB4FFF4) is unknown color: approx Pale Turquoise. HEX triplet: B4, FF and F4. RGB value is (180,255,244). Sum of RGB (Red+Green+Blue) = 180+255+244=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 244 (95.70% from 255 or 35.94% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF4 is #4B000B. Grayscale: #E7E7E7. Windows color (decimal): -4915212 or 16056244. OLE color: 16056244.

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

Color convert

RGB180255244-
CMYK0.2900.040
HSL171.2º100%85.29%-
HSV(B)171.2º29.41%100%-
XYZ70.9187.7598.79-
YUV231.32135.1591.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.51%
GREEN value IS 255 (100% from 255) = 37.56%
BLUE value IS 244 (95.70% from 255) = 35.94%
R=26.51%
G=37.56%
B=35.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552440.2900.040171.210085.29
HexB4FFF41D040ab6455
Octal26437736435040253144125
Binary10110100111111111111010011101010001010101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFF4; }

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

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

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

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

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

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

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

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