#B4FFF3

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

Shades of Pale Turquoise #B4FFF3

Tints of Pale Turquoise #B4FFF3

Color information

#B4FFF3 (or 0xB4FFF3) is unknown color: approx Pale Turquoise. HEX triplet: B4, FF and F3. RGB value is (180,255,243). Sum of RGB (Red+Green+Blue) = 180+255+243=678 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.55% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF3 is #4B000C. Grayscale: #E7E7E7. Windows color (decimal): -4915213 or 15990708. OLE color: 15990708.

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

Color convert

RGB180255243-
CMYK0.2900.050
HSL170.4º100%85.29%-
HSV(B)170.4º29.41%100%-
XYZ70.7687.6997.99-
YUV231.21134.6591.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 26.55%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 243 (95.31% from 255) = 35.84%
R=26.55%
G=37.61%
B=35.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802552430.2900.050170.410085.29
HexB4FFF31D050aa6455
Octal26437736335050252144125
Binary10110100111111111111001111101010101010101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FFF3; }

 p { color: rgb(180,255,243); }

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

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

 a { background-color: rgb(180,255,243); }

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

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

 span { border-color: rgb(180,255,243); }

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