#B4FAED

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

Shades of Pale Turquoise #B4FAED

Tints of Pale Turquoise #B4FAED

Color information

#B4FAED (or 0xB4FAED) is unknown color: approx Pale Turquoise. HEX triplet: B4, FA and ED. RGB value is (180,250,237). Sum of RGB (Red+Green+Blue) = 180+250+237=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAED is #4B0512. Grayscale: #E3E3E3. Windows color (decimal): -4916499 or 15596212. OLE color: 15596212.

HSL color Cylindrical-coordinate representation of color #B4FAED: hue angle of 168.86º 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 #B4FAED is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB180250237-
CMYK0.2800.050.02
HSL168.86º87.5%84.31%-
HSV(B)168.86º28%98.04%-
XYZ68.2984.1992.77-
YUV227.59133.3194.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.99%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=26.99%
G=37.48%
B=35.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802502370.2800.050.02168.8687.584.31
HexB4FAED1C052a95854
Octal26437235534052251130124
Binary101101001111101011101101111000101101010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAED; }

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

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

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

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

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

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

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

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