#B4FBF4

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

Shades of Pale Turquoise #B4FBF4

Tints of Pale Turquoise #B4FBF4

Color information

#B4FBF4 (or 0xB4FBF4) is unknown color: approx Pale Turquoise. HEX triplet: B4, FB and F4. RGB value is (180,251,244). Sum of RGB (Red+Green+Blue) = 180+251+244=675 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.67% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 244 (95.70% from 255 or 36.15% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBF4 is #4B040B. Grayscale: #E4E4E4. Windows color (decimal): -4916236 or 16055220. OLE color: 16055220.

HSL color Cylindrical-coordinate representation of color #B4FBF4: hue angle of 174.08º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBF4 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB180251244-
CMYK0.2800.030.02
HSL174.08º89.87%84.51%-
HSV(B)174.08º28.29%98.43%-
XYZ69.6585.2398.37-
YUV228.97136.4893.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.67%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 244 (95.70% from 255) = 36.15%
R=26.67%
G=37.19%
B=36.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512440.2800.030.02174.0889.8784.51
HexB4FBF41C032ae5a55
Octal26437336434032256132125
Binary10110100111110111111010011100011101010111010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBF4; }

 p { color: rgb(180,251,244); }

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

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

 a { background-color: rgb(180,251,244); }

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

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

 span { border-color: rgb(180,251,244); }

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