#B9F3EE

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

Shades of Pale Turquoise #B9F3EE

Tints of Pale Turquoise #B9F3EE

Color information

#B9F3EE (or 0xB9F3EE) is unknown color: approx Pale Turquoise. HEX triplet: B9, F3 and EE. RGB value is (185,243,238). Sum of RGB (Red+Green+Blue) = 185+243+238=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F3EE is #460C11. Grayscale: #E1E1E1. Windows color (decimal): -4590610 or 15659961. OLE color: 15659961.

HSL color Cylindrical-coordinate representation of color #B9F3EE: hue angle of 174.83º 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 #B9F3EE is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB185243238-
CMYK0.2400.020.05
HSL174.83º70.73%83.92%-
HSV(B)174.83º23.87%95.29%-
XYZ67.4980.5992.89-
YUV225.09135.2899.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.78%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=27.78%
G=36.49%
B=35.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852432380.2400.020.05174.8370.7383.92
HexB9F3EE18025af4754
Octal27136335630025257107124
Binary101110011111001111101110110000101011010111110001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F3EE; }

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

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

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

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

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

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

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

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