#B9F1ED

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

Shades of Pale Turquoise #B9F1ED

Tints of Pale Turquoise #B9F1ED

Color information

#B9F1ED (or 0xB9F1ED) is unknown color: approx Pale Turquoise. HEX triplet: B9, F1 and ED. RGB value is (185,241,237). Sum of RGB (Red+Green+Blue) = 185+241+237=663 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.90% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F1ED is #460E12. Grayscale: #DFDFDF. Windows color (decimal): -4591123 or 15593913. OLE color: 15593913.

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

Color convert

RGB185241237-
CMYK0.2300.020.05
HSL175.71º66.67%83.53%-
HSV(B)175.71º23.24%94.51%-
XYZ66.7579.3491.92-
YUV223.8135.45100.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 27.90%
GREEN value IS 241 (94.53% from 255) = 36.35%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=27.90%
G=36.35%
B=35.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412370.2300.020.05175.7166.6783.53
HexB9F1ED17025b04354
Octal27136135527025260103124
Binary101110011111000111101101101110101011011000010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1ED; }

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

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

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

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

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

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

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

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