#B4FBF6

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

Shades of Pale Turquoise #B4FBF6

Tints of Pale Turquoise #B4FBF6

Color information

#B4FBF6 (or 0xB4FBF6) is unknown color: approx Pale Turquoise. HEX triplet: B4, FB and F6. RGB value is (180,251,246). Sum of RGB (Red+Green+Blue) = 180+251+246=677 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.59% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBF6 is #4B0409. Grayscale: #E5E5E5. Windows color (decimal): -4916234 or 16186292. OLE color: 16186292.

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

Color convert

RGB180251246-
CMYK0.2800.020.02
HSL175.77º89.87%84.51%-
HSV(B)175.77º28.29%98.43%-
XYZ69.9585.3599.98-
YUV229.2137.4892.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.59%
GREEN value IS 251 (98.44% from 255) = 37.08%
BLUE value IS 246 (96.48% from 255) = 36.34%
R=26.59%
G=37.08%
B=36.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1802512460.2800.020.02175.7789.8784.51
HexB4FBF61C022b05a55
Octal26437336634022260132125
Binary10110100111110111111011011100010101011000010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FBF6; }

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

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

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

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

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

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

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

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