#b4f3f3

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

Shades of Pale Turquoise #B4F3F3

Tints of Pale Turquoise #B4F3F3

Color information

#B4F3F3 (or 0xB4F3F3) is unknown color: approx Pale Turquoise. HEX triplet: B4, F3 and F3. RGB value is (180,243,243). Sum of RGB (Red+Green+Blue) = 180+243+243=666 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.03% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #B4F3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F3F3 is #4B0C0C. Grayscale: #E0E0E0. Windows color (decimal): -4918285 or 15987636. OLE color: 15987636.

HSL color Cylindrical-coordinate representation of color #B4F3F3: hue angle of 180º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F3F3 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180243243-
CMYK0.26000.05
HSL180º72.41%82.94%-
HSV(B)180º25.93%95.29%-
XYZ67.0580.2896.75-
YUV224.16138.6396.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.03%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=27.03%
G=36.49%
B=36.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802432430.26000.0518072.4182.94
HexB4F3F31A005b44853
Octal26436336332005264110123
Binary10110100111100111111001111010001011011010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4f3f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4f3f3; }

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

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

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

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

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

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

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

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