#B4FEEF

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

Shades of Pale Turquoise #B4FEEF

Tints of Pale Turquoise #B4FEEF

Color information

#B4FEEF (or 0xB4FEEF) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and EF. RGB value is (180,254,239). Sum of RGB (Red+Green+Blue) = 180+254+239=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 239 (93.75% from 255 or 35.51% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEEF is #4B0110. Grayscale: #E6E6E6. Windows color (decimal): -4915473 or 15728308. OLE color: 15728308.

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

Color convert

RGB180254239-
CMYK0.2900.060.00
HSL167.84º97.37%85.1%-
HSV(B)167.84º29.13%99.61%-
XYZ69.8486.8294.74-
YUV230.16132.9892.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.75%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 239 (93.75% from 255) = 35.51%
R=26.75%
G=37.74%
B=35.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542390.2900.060.00167.8497.3785.1
HexB4FEEF1D060a86155
Octal26437635735060250141125
Binary10110100111111101110111111101011001010100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEEF; }

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

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

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

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

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

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

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

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