#B4FEFF

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

Shades of Pale Turquoise #B4FEFF

Tints of Pale Turquoise #B4FEFF

Color information

#B4FEFF (or 0xB4FEFF) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and FF. RGB value is (180,254,255). Sum of RGB (Red+Green+Blue) = 180+254+255=689 (91% of max value = 765). Red value is 180 (70.70% from 255 or 26.12% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEFF is #4B0100. Grayscale: #E7E7E7. Windows color (decimal): -4915457 or 16776884. OLE color: 16776884.

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

Color convert

RGB180254255-
CMYK0.290.0000
HSL180.8º100%85.29%-
HSV(B)180.8º29.41%100%-
XYZ72.3187.81107.74-
YUV231.99140.9890.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.12%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 255 (100% from 255) = 37.01%
R=26.12%
G=36.87%
B=37.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802542550.290.0000180.810085.29
HexB4FEFF1D000b56455
Octal26437637735000265144125
Binary101101001111111011111111111010001011010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEFF; }

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

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

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

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

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

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

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

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