#B3F3FC

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

Shades of Pale Turquoise #B3F3FC

Tints of Pale Turquoise #B3F3FC

Color information

#B3F3FC (or 0xB3F3FC) is unknown color: approx Pale Turquoise. HEX triplet: B3, F3 and FC. RGB value is (179,243,252). Sum of RGB (Red+Green+Blue) = 179+243+252=674 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.56% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3FC is #4C0C03. Grayscale: #E0E0E0. Windows color (decimal): -4983812 or 16577459. OLE color: 16577459.

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

Color convert

RGB179243252-
CMYK0.290.0400.01
HSL187.4º92.41%84.51%-
HSV(B)187.4º28.97%98.82%-
XYZ68.2180.71104.08-
YUV224.89143.395.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.56%
GREEN value IS 243 (95.31% from 255) = 36.05%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=26.56%
G=36.05%
B=37.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792432520.290.0400.01187.492.4184.51
HexB3F3FC1D401bb5c55
Octal26336337435401273134125
Binary10110011111100111111110011101100011011101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F3FC; }

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

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

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

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

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

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

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

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