#B4FAEE

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

Shades of Pale Turquoise #B4FAEE

Tints of Pale Turquoise #B4FAEE

Color information

#B4FAEE (or 0xB4FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, FA and EE. RGB value is (180,250,238). Sum of RGB (Red+Green+Blue) = 180+250+238=668 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.95% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FAEE is #4B0511. Grayscale: #E3E3E3. Windows color (decimal): -4916498 or 15661748. OLE color: 15661748.

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

Color convert

RGB180250238-
CMYK0.2800.050.02
HSL169.71º87.5%84.31%-
HSV(B)169.71º28%98.04%-
XYZ68.4484.2593.54-
YUV227.7133.8193.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.95%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=26.95%
G=37.43%
B=35.63%

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
Decimal1802502380.2800.050.02169.7187.584.31
HexB4FAEE1C052aa5854
Octal26437235634052252130124
Binary101101001111101011101110111000101101010101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FAEE; }

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

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

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

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

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

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

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

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