#B4EEFB

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

Shades of Pale Turquoise #B4EEFB

Tints of Pale Turquoise #B4EEFB

Color information

#B4EEFB (or 0xB4EEFB) is unknown color: approx Pale Turquoise. HEX triplet: B4, EE and FB. RGB value is (180,238,251). Sum of RGB (Red+Green+Blue) = 180+238+251=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #B4EEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEFB is #4B1104. Grayscale: #DEDEDE. Windows color (decimal): -4919557 or 16510644. OLE color: 16510644.

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

Color convert

RGB180238251-
CMYK0.280.0500.02
HSL190.99º89.87%84.51%-
HSV(B)190.99º28.29%98.43%-
XYZ66.8177.82102.77-
YUV222.14144.2897.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.91%
GREEN value IS 238 (93.36% from 255) = 35.58%
BLUE value IS 251 (98.44% from 255) = 37.52%
R=26.91%
G=35.58%
B=37.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802382510.280.0500.02190.9989.8784.51
HexB4EEFB1C502bf5a55
Octal26435637334502277132125
Binary101101001110111011111011111001010101011111110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EEFB; }

 p { color: rgb(180,238,251); }

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

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

 a { background-color: rgb(180,238,251); }

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

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

 span { border-color: rgb(180,238,251); }

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