#B4FEFB

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

Shades of Pale Turquoise #B4FEFB

Tints of Pale Turquoise #B4FEFB

Color information

#B4FEFB (or 0xB4FEFB) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and FB. RGB value is (180,254,251). Sum of RGB (Red+Green+Blue) = 180+254+251=685 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.28% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEFB is #4B0104. Grayscale: #E7E7E7. Windows color (decimal): -4915461 or 16514740. OLE color: 16514740.

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

Color convert

RGB180254251-
CMYK0.2900.010.00
HSL177.57º97.37%85.1%-
HSV(B)177.57º29.13%99.61%-
XYZ71.6887.55104.39-
YUV231.53138.9891.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.28%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=26.28%
G=37.08%
B=36.64%

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
Decimal1802542510.2900.010.00177.5797.3785.1
HexB4FEFB1D010b26155
Octal26437637335010262141125
Binary101101001111111011111011111010101011001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEFB; }

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

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

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

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

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

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

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

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