#B4FCFF

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

Shades of Pale Turquoise #B4FCFF

Tints of Pale Turquoise #B4FCFF

Color information

#B4FCFF (or 0xB4FCFF) is unknown color: approx Pale Turquoise. HEX triplet: B4, FC and FF. RGB value is (180,252,255). Sum of RGB (Red+Green+Blue) = 180+252+255=687 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.20% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCFF is #4B0300. Grayscale: #E6E6E6. Windows color (decimal): -4915969 or 16776372. OLE color: 16776372.

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

Color convert

RGB180252255-
CMYK0.290.0100
HSL182.4º100%85.29%-
HSV(B)182.4º29.41%100%-
XYZ71.6886.54107.53-
YUV230.81141.6591.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.20%
GREEN value IS 252 (98.83% from 255) = 36.68%
BLUE value IS 255 (100% from 255) = 37.12%
R=26.20%
G=36.68%
B=37.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802522550.290.0100182.410085.29
HexB4FCFF1D100b66455
Octal26437437735100266144125
Binary101101001111110011111111111011001011011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCFF; }

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

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

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

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

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

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

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

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