#B4FEF0

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

Shades of Pale Turquoise #B4FEF0

Tints of Pale Turquoise #B4FEF0

Color information

#B4FEF0 (or 0xB4FEF0) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and F0. RGB value is (180,254,240). Sum of RGB (Red+Green+Blue) = 180+254+240=674 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.71% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 240 (94.14% from 255 or 35.61% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEF0 is #4B010F. Grayscale: #E6E6E6. Windows color (decimal): -4915472 or 15793844. OLE color: 15793844.

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

Color convert

RGB180254240-
CMYK0.2900.060.00
HSL168.65º97.37%85.1%-
HSV(B)168.65º29.13%99.61%-
XYZ69.9986.8895.52-
YUV230.28133.4892.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.71%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 240 (94.14% from 255) = 35.61%
R=26.71%
G=37.69%
B=35.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542400.2900.060.00168.6597.3785.1
HexB4FEF01D060a96155
Octal26437636035060251141125
Binary10110100111111101111000011101011001010100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FEF0; }

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

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

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

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

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

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

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

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