#B4FBEF

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

Shades of Pale Turquoise #B4FBEF

Tints of Pale Turquoise #B4FBEF

Color information

#B4FBEF (or 0xB4FBEF) is unknown color: approx Pale Turquoise. HEX triplet: B4, FB and EF. RGB value is (180,251,239). Sum of RGB (Red+Green+Blue) = 180+251+239=670 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.87% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBEF is #4B0410. Grayscale: #E4E4E4. Windows color (decimal): -4916241 or 15727540. OLE color: 15727540.

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

Color convert

RGB180251239-
CMYK0.2800.050.02
HSL169.86º89.87%84.51%-
HSV(B)169.86º28.29%98.43%-
XYZ68.984.9394.42-
YUV228.4133.9893.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.87%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=26.87%
G=37.46%
B=35.67%

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
Decimal1802512390.2800.050.02169.8689.8784.51
HexB4FBEF1C052aa5a55
Octal26437335734052252132125
Binary101101001111101111101111111000101101010101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBEF; }

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

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

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

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

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

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

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

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