#B4FEFC

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

Shades of Pale Turquoise #B4FEFC

Tints of Pale Turquoise #B4FEFC

Color information

#B4FEFC (or 0xB4FEFC) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and FC. RGB value is (180,254,252). Sum of RGB (Red+Green+Blue) = 180+254+252=686 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.24% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEFC is #4B0103. Grayscale: #E7E7E7. Windows color (decimal): -4915460 or 16580276. OLE color: 16580276.

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

Color convert

RGB180254252-
CMYK0.2900.010.00
HSL178.38º97.37%85.1%-
HSV(B)178.38º29.13%99.61%-
XYZ71.8387.62105.22-
YUV231.65139.4891.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.24%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=26.24%
G=37.03%
B=36.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542520.2900.010.00178.3897.3785.1
HexB4FEFC1D010b26155
Octal26437637435010262141125
Binary101101001111111011111100111010101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEFC; }

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

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

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

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

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

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

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

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