#B4EFF3

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

Shades of Pale Turquoise #B4EFF3

Tints of Pale Turquoise #B4EFF3

Color information

#B4EFF3 (or 0xB4EFF3) is unknown color: approx Pale Turquoise. HEX triplet: B4, EF and F3. RGB value is (180,239,243). Sum of RGB (Red+Green+Blue) = 180+239+243=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #B4EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EFF3 is #4B100C. Grayscale: #DDDDDD. Windows color (decimal): -4919309 or 15986612. OLE color: 15986612.

HSL color Cylindrical-coordinate representation of color #B4EFF3: hue angle of 183.81º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4EFF3 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180239243-
CMYK0.260.0200.05
HSL183.81º72.41%82.94%-
HSV(B)183.81º25.93%95.29%-
XYZ65.8777.9196.36-
YUV221.81139.9598.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.19%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 243 (95.31% from 255) = 36.71%
R=27.19%
G=36.10%
B=36.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802392430.260.0200.05183.8172.4182.94
HexB4EFF31A205b84853
Octal26435736332205270110123
Binary101101001110111111110011110101001011011100010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFF3; }

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

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

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

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

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

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

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

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