#B4F9EE

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

Shades of Pale Turquoise #B4F9EE

Tints of Pale Turquoise #B4F9EE

Color information

#B4F9EE (or 0xB4F9EE) is unknown color: approx Pale Turquoise. HEX triplet: B4, F9 and EE. RGB value is (180,249,238). Sum of RGB (Red+Green+Blue) = 180+249+238=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F9EE is #4B0611. Grayscale: #E3E3E3. Windows color (decimal): -4916754 or 15661492. OLE color: 15661492.

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

Color convert

RGB180249238-
CMYK0.2800.040.02
HSL170.43º85.19%84.12%-
HSV(B)170.43º27.71%97.65%-
XYZ68.1383.6393.44-
YUV227.11134.1494.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.99%
GREEN value IS 249 (97.66% from 255) = 37.33%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=26.99%
G=37.33%
B=35.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802492380.2800.040.02170.4385.1984.12
HexB4F9EE1C042aa5554
Octal26437135634042252125124
Binary101101001111100111101110111000100101010101010101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F9EE; }

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

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

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

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

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

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

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

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