#B3FDF1

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

Shades of Pale Turquoise #B3FDF1

Tints of Pale Turquoise #B3FDF1

Color information

#B3FDF1 (or 0xB3FDF1) is unknown color: approx Pale Turquoise. HEX triplet: B3, FD and F1. RGB value is (179,253,241). Sum of RGB (Red+Green+Blue) = 179+253+241=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FDF1 is #4C020E. Grayscale: #E5E5E5. Windows color (decimal): -4981263 or 15859123. OLE color: 15859123.

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

Color convert

RGB179253241-
CMYK0.2900.050.01
HSL170.27º94.87%84.71%-
HSV(B)170.27º29.25%99.22%-
XYZ69.5986.1996.19-
YUV229.51134.4891.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.60%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=26.60%
G=37.59%
B=35.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792532410.2900.050.01170.2794.8784.71
HexB3FDF11D051aa5f55
Octal26337536135051252137125
Binary10110011111111011111000111101010111010101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FDF1; }

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

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

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

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

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

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

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

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