#B4F6FE

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

Shades of Pale Turquoise #B4F6FE

Tints of Pale Turquoise #B4F6FE

Color information

#B4F6FE (or 0xB4F6FE) is unknown color: approx Pale Turquoise. HEX triplet: B4, F6 and FE. RGB value is (180,246,254). Sum of RGB (Red+Green+Blue) = 180+246+254=680 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.47% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4F6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F6FE is #4B0901. Grayscale: #E3E3E3. Windows color (decimal): -4917506 or 16709300. OLE color: 16709300.

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

Color convert

RGB180246254-
CMYK0.290.0300.00
HSL186.49º97.37%85.1%-
HSV(B)186.49º29.13%99.61%-
XYZ69.6782.77106.07-
YUV227.18143.1394.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.47%
GREEN value IS 246 (96.48% from 255) = 36.18%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=26.47%
G=36.18%
B=37.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802462540.290.0300.00186.4997.3785.1
HexB4F6FE1D300ba6155
Octal26436637635300272141125
Binary1011010011110110111111101110111001011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F6FE; }

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

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

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

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

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

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

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

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