#B9FFF3

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

Shades of Pale Turquoise #B9FFF3

Tints of Pale Turquoise #B9FFF3

Color information

#B9FFF3 (or 0xB9FFF3) is unknown color: approx Pale Turquoise. HEX triplet: B9, FF and F3. RGB value is (185,255,243). Sum of RGB (Red+Green+Blue) = 185+255+243=683 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.09% from 683); Green value is 255 (100% from 255 or 37.34% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9FFF3 is #46000C. Grayscale: #E8E8E8. Windows color (decimal): -4587533 or 15990713. OLE color: 15990713.

HSL color Cylindrical-coordinate representation of color #B9FFF3: hue angle of 169.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFF3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB185255243-
CMYK0.2700.050
HSL169.71º100%86.27%-
HSV(B)169.71º27.45%100%-
XYZ71.9588.3198.05-
YUV232.7133.8193.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.09%
GREEN value IS 255 (100% from 255) = 37.34%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=27.09%
G=37.34%
B=35.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852552430.2700.050169.7110086.27
HexB9FFF31B050aa6456
Octal27137736333050252144126
Binary10111001111111111111001111011010101010101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FFF3; }

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

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

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

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

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

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

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

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