#B4FEF3

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

Shades of Pale Turquoise #B4FEF3

Tints of Pale Turquoise #B4FEF3

Color information

#B4FEF3 (or 0xB4FEF3) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and F3. RGB value is (180,254,243). Sum of RGB (Red+Green+Blue) = 180+254+243=677 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.59% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEF3 is #4B010C. Grayscale: #E6E6E6. Windows color (decimal): -4915469 or 15990452. OLE color: 15990452.

HSL color Cylindrical-coordinate representation of color #B4FEF3: hue angle of 171.08º 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 #B4FEF3 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB180254243-
CMYK0.2900.040.00
HSL171.08º97.37%85.1%-
HSV(B)171.08º29.13%99.61%-
XYZ70.4487.0697.89-
YUV230.62134.9891.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.59%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 243 (95.31% from 255) = 35.89%
R=26.59%
G=37.52%
B=35.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542430.2900.040.00171.0897.3785.1
HexB4FEF31D040ab6155
Octal26437636335040253141125
Binary10110100111111101111001111101010001010101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEF3; }

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

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

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

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

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

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

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

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