#B9F1EE

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

Shades of Pale Turquoise #B9F1EE

Tints of Pale Turquoise #B9F1EE

Color information

#B9F1EE (or 0xB9F1EE) is unknown color: approx Pale Turquoise. HEX triplet: B9, F1 and EE. RGB value is (185,241,238). Sum of RGB (Red+Green+Blue) = 185+241+238=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 241 (94.53% from 255 or 36.30% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1EE is #460E11. Grayscale: #DFDFDF. Windows color (decimal): -4591122 or 15659449. OLE color: 15659449.

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

Color convert

RGB185241238-
CMYK0.2300.010.05
HSL176.79º66.67%83.53%-
HSV(B)176.79º23.24%94.51%-
XYZ66.979.492.69-
YUV223.91135.95100.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.86%
GREEN value IS 241 (94.53% from 255) = 36.30%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=27.86%
G=36.30%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412380.2300.010.05176.7966.6783.53
HexB9F1EE17015b14354
Octal27136135627015261103124
Binary10111001111100011110111010111011011011000110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1EE; }

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

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

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

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

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

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

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

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