#B2FDFA

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

Shades of Pale Turquoise #B2FDFA

Tints of Pale Turquoise #B2FDFA

Color information

#B2FDFA (or 0xB2FDFA) is unknown color: approx Pale Turquoise. HEX triplet: B2, FD and FA. RGB value is (178,253,250). Sum of RGB (Red+Green+Blue) = 178+253+250=681 (90% of max value = 765). Red value is 178 (69.92% from 255 or 26.14% from 681); Green value is 253 (99.22% from 255 or 37.15% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FDFA is #4D0205. Grayscale: #E6E6E6. Windows color (decimal): -5046790 or 16448946. OLE color: 16448946.

HSL color Cylindrical-coordinate representation of color #B2FDFA: hue angle of 177.6º 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 #B2FDFA is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB178253250-
CMYK0.3000.010.01
HSL177.6º94.94%84.51%-
HSV(B)177.6º29.64%99.22%-
XYZ70.7486.62103.43-
YUV230.23139.1590.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.14%
GREEN value IS 253 (99.22% from 255) = 37.15%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=26.14%
G=37.15%
B=36.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782532500.3000.010.01177.694.9484.51
HexB2FDFA1E011b25f55
Octal26237537236011262137125
Binary101100101111110111111010111100111011001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FDFA; }

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

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

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

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

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

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

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

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