#B4F7FF

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

Shades of Pale Turquoise #B4F7FF

Tints of Pale Turquoise #B4F7FF

Color information

#B4F7FF (or 0xB4F7FF) is unknown color: approx Pale Turquoise. HEX triplet: B4, F7 and FF. RGB value is (180,247,255). Sum of RGB (Red+Green+Blue) = 180+247+255=682 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.39% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F7FF is #4B0800. Grayscale: #E3E3E3. Windows color (decimal): -4917249 or 16775092. OLE color: 16775092.

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

Color convert

RGB180247255-
CMYK0.290.0300
HSL186.4º100%85.29%-
HSV(B)186.4º29.41%100%-
XYZ70.1383.44107.02-
YUV227.88143.393.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.39%
GREEN value IS 247 (96.88% from 255) = 36.22%
BLUE value IS 255 (100% from 255) = 37.39%
R=26.39%
G=36.22%
B=37.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802472550.290.0300186.410085.29
HexB4F7FF1D300ba6455
Octal26436737735300272144125
Binary1011010011110111111111111110111001011101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F7FF; }

 p { color: rgb(180,247,255); }

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

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

 a { background-color: rgb(180,247,255); }

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

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

 span { border-color: rgb(180,247,255); }

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