#B3F3F1

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

Shades of Pale Turquoise #B3F3F1

Tints of Pale Turquoise #B3F3F1

Color information

#B3F3F1 (or 0xB3F3F1) is unknown color: approx Pale Turquoise. HEX triplet: B3, F3 and F1. RGB value is (179,243,241). Sum of RGB (Red+Green+Blue) = 179+243+241=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3F1 is #4C0C0E. Grayscale: #DFDFDF. Windows color (decimal): -4983823 or 15856563. OLE color: 15856563.

HSL color Cylindrical-coordinate representation of color #B3F3F1: hue angle of 178.12º degrees, saturation: 0.73, 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 #B3F3F1 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB179243241-
CMYK0.2600.010.05
HSL178.12º72.73%82.75%-
HSV(B)178.12º26.34%95.29%-
XYZ66.5280.0495.16-
YUV223.64137.896.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.00%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=27.00%
G=36.65%
B=36.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792432410.2600.010.05178.1272.7382.75
HexB3F3F11A015b24953
Octal26336336132015262111123
Binary10110011111100111111000111010011011011001010010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3F1; }

 p { color: rgb(179,243,241); }

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

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

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

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

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

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

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