#B9F1EA

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

Shades of Pale Turquoise #B9F1EA

Tints of Pale Turquoise #B9F1EA

Color information

#B9F1EA (or 0xB9F1EA) is unknown color: approx Pale Turquoise. HEX triplet: B9, F1 and EA. RGB value is (185,241,234). Sum of RGB (Red+Green+Blue) = 185+241+234=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1EA is #460E15. Grayscale: #DFDFDF. Windows color (decimal): -4591126 or 15397305. OLE color: 15397305.

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

Color convert

RGB185241234-
CMYK0.2300.030.05
HSL172.5º66.67%83.53%-
HSV(B)172.5º23.24%94.51%-
XYZ66.3179.1789.63-
YUV223.46133.95100.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.03%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 234 (91.80% from 255) = 35.45%
R=28.03%
G=36.52%
B=35.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412340.2300.030.05172.566.6783.53
HexB9F1EA17035ac4354
Octal27136135227035254103124
Binary101110011111000111101010101110111011010110010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1EA; }

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

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

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

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

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

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

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

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