#B2FDF6

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

Shades of Pale Turquoise #B2FDF6

Tints of Pale Turquoise #B2FDF6

Color information

#B2FDF6 (or 0xB2FDF6) is unknown color: approx Pale Turquoise. HEX triplet: B2, FD and F6. RGB value is (178,253,246). Sum of RGB (Red+Green+Blue) = 178+253+246=677 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.29% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDF6 is #4D0209. Grayscale: #E5E5E5. Windows color (decimal): -5046794 or 16186802. OLE color: 16186802.

HSL color Cylindrical-coordinate representation of color #B2FDF6: hue angle of 174.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FDF6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB178253246-
CMYK0.3000.030.01
HSL174.4º94.94%84.51%-
HSV(B)174.4º29.64%99.22%-
XYZ70.1286.37100.16-
YUV229.78137.1591.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.29%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 246 (96.48% from 255) = 36.34%
R=26.29%
G=37.37%
B=36.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782532460.3000.030.01174.494.9484.51
HexB2FDF61E031ae5f55
Octal26237536636031256137125
Binary1011001011111101111101101111001111010111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDF6; }

 p { color: rgb(178,253,246); }

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

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

 a { background-color: rgb(178,253,246); }

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

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

 span { border-color: rgb(178,253,246); }

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