#b4fefa

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

Shades of Pale Turquoise #B4FEFA

Tints of Pale Turquoise #B4FEFA

Color information

#B4FEFA (or 0xB4FEFA) is unknown color: approx Pale Turquoise. HEX triplet: B4, FE and FA. RGB value is (180,254,250). Sum of RGB (Red+Green+Blue) = 180+254+250=684 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.32% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEFA is #4B0105. Grayscale: #E7E7E7. Windows color (decimal): -4915462 or 16449204. OLE color: 16449204.

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

Color convert

RGB180254250-
CMYK0.2900.020.00
HSL176.76º97.37%85.1%-
HSV(B)176.76º29.13%99.61%-
XYZ71.5287.49103.56-
YUV231.42138.4891.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.32%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=26.32%
G=37.13%
B=36.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802542500.2900.020.00176.7697.3785.1
HexB4FEFA1D020b16155
Octal26437637235020261141125
Binary1011010011111110111110101110101001011000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4fefa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4fefa; }

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

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

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

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

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

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

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

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