#B2F9F5

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

Shades of Pale Turquoise #B2F9F5

Tints of Pale Turquoise #B2F9F5

Color information

#B2F9F5 (or 0xB2F9F5) is unknown color: approx Pale Turquoise. HEX triplet: B2, F9 and F5. RGB value is (178,249,245). Sum of RGB (Red+Green+Blue) = 178+249+245=672 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.49% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9F5 is #4D060A. Grayscale: #E3E3E3. Windows color (decimal): -5047819 or 16120242. OLE color: 16120242.

HSL color Cylindrical-coordinate representation of color #B2F9F5: hue angle of 176.62º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F9F5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB178249245-
CMYK0.2900.020.02
HSL176.62º85.54%83.73%-
HSV(B)176.62º28.51%97.65%-
XYZ68.7283.8198.94-
YUV227.32137.9892.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.49%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 245 (96.09% from 255) = 36.46%
R=26.49%
G=37.05%
B=36.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782492450.2900.020.02176.6285.5483.73
HexB2F9F51D022b15654
Octal26237136535022261126124
Binary10110010111110011111010111101010101011000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F9F5; }

 p { color: rgb(178,249,245); }

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

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

 a { background-color: rgb(178,249,245); }

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

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

 span { border-color: rgb(178,249,245); }

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