#B9F3F2

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

Shades of Pale Turquoise #B9F3F2

Tints of Pale Turquoise #B9F3F2

Color information

#B9F3F2 (or 0xB9F3F2) is unknown color: approx Pale Turquoise. HEX triplet: B9, F3 and F2. RGB value is (185,243,242). Sum of RGB (Red+Green+Blue) = 185+243+242=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F3F2 is #460C0D. Grayscale: #E1E1E1. Windows color (decimal): -4590606 or 15922105. OLE color: 15922105.

HSL color Cylindrical-coordinate representation of color #B9F3F2: hue angle of 178.97º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9F3F2 is Cyan = 0.24, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB185243242-
CMYK0.2400.000.05
HSL178.97º70.73%83.92%-
HSV(B)178.97º23.87%95.29%-
XYZ68.0980.8396.02-
YUV225.54137.2899.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.61%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=27.61%
G=36.27%
B=36.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852432420.2400.000.05178.9770.7383.92
HexB9F3F218005b34754
Octal27136336230005263107124
Binary10111001111100111111001011000001011011001110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F3F2; }

 p { color: rgb(185,243,242); }

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

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

 a { background-color: rgb(185,243,242); }

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

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

 span { border-color: rgb(185,243,242); }

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