#B4EFFA

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

Shades of Pale Turquoise #B4EFFA

Tints of Pale Turquoise #B4EFFA

Color information

#B4EFFA (or 0xB4EFFA) is unknown color: approx Pale Turquoise. HEX triplet: B4, EF and FA. RGB value is (180,239,250). Sum of RGB (Red+Green+Blue) = 180+239+250=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #B4EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFFA is #4B1005. Grayscale: #DEDEDE. Windows color (decimal): -4919302 or 16445364. OLE color: 16445364.

HSL color Cylindrical-coordinate representation of color #B4EFFA: hue angle of 189.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4EFFA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180239250-
CMYK0.280.0400.02
HSL189.43º87.5%84.31%-
HSV(B)189.43º28%98.04%-
XYZ66.9478.34102.03-
YUV222.61143.4597.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.91%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=26.91%
G=35.72%
B=37.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802392500.280.0400.02189.4387.584.31
HexB4EFFA1C402bd5854
Octal26435737234402275130124
Binary101101001110111111111010111001000101011110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFFA; }

 p { color: rgb(180,239,250); }

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

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

 a { background-color: rgb(180,239,250); }

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

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

 span { border-color: rgb(180,239,250); }

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