#B4FFEF

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

Shades of Pale Turquoise #B4FFEF

Tints of Pale Turquoise #B4FFEF

Color information

#B4FFEF (or 0xB4FFEF) is unknown color: approx Pale Turquoise. HEX triplet: B4, FF and EF. RGB value is (180,255,239). Sum of RGB (Red+Green+Blue) = 180+255+239=674 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.71% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 239 (93.75% from 255 or 35.46% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFEF is #4B0010. Grayscale: #E6E6E6. Windows color (decimal): -4915217 or 15728564. OLE color: 15728564.

HSL color Cylindrical-coordinate representation of color #B4FFEF: hue angle of 167.2º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFEF is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB180255239-
CMYK0.2900.060
HSL167.2º100%85.29%-
HSV(B)167.2º29.41%100%-
XYZ70.1687.4694.84-
YUV230.75132.6591.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.71%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 239 (93.75% from 255) = 35.46%
R=26.71%
G=37.83%
B=35.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552390.2900.060167.210085.29
HexB4FFEF1D060a76455
Octal26437735735060247144125
Binary10110100111111111110111111101011001010011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFEF; }

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

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

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

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

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

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

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

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