#B4FCF5

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

Shades of Pale Turquoise #B4FCF5

Tints of Pale Turquoise #B4FCF5

Color information

#B4FCF5 (or 0xB4FCF5) is unknown color: approx Pale Turquoise. HEX triplet: B4, FC and F5. RGB value is (180,252,245). Sum of RGB (Red+Green+Blue) = 180+252+245=677 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.59% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 245 (96.09% from 255 or 36.19% from 677); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCF5 is #4B030A. Grayscale: #E5E5E5. Windows color (decimal): -4915979 or 16121012. OLE color: 16121012.

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

Color convert

RGB180252245-
CMYK0.2900.030.01
HSL174.17º92.31%84.71%-
HSV(B)174.17º28.57%98.82%-
XYZ70.1185.9299.27-
YUV229.67136.6592.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.59%
GREEN value IS 252 (98.83% from 255) = 37.22%
BLUE value IS 245 (96.09% from 255) = 36.19%
R=26.59%
G=37.22%
B=36.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802522450.2900.030.01174.1792.3184.71
HexB4FCF51D031ae5c55
Octal26437436535031256134125
Binary1011010011111100111101011110101111010111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FCF5; }

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

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

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

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

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

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

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

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