#B4EDF2

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

Shades of Pale Turquoise #B4EDF2

Tints of Pale Turquoise #B4EDF2

Color information

#B4EDF2 (or 0xB4EDF2) is unknown color: approx Pale Turquoise. HEX triplet: B4, ED and F2. RGB value is (180,237,242). Sum of RGB (Red+Green+Blue) = 180+237+242=659 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.31% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #B4EDF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDF2 is #4B120D. Grayscale: #DCDCDC. Windows color (decimal): -4919822 or 15920564. OLE color: 15920564.

HSL color Cylindrical-coordinate representation of color #B4EDF2: hue angle of 184.84º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4EDF2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180237242-
CMYK0.260.0200.05
HSL184.84º70.45%82.75%-
HSV(B)184.84º25.62%94.9%-
XYZ65.1376.6895.37-
YUV220.53140.1299.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.31%
GREEN value IS 237 (92.97% from 255) = 35.96%
BLUE value IS 242 (94.92% from 255) = 36.72%
R=27.31%
G=35.96%
B=36.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802372420.260.0200.05184.8470.4582.75
HexB4EDF21A205b94653
Octal26435536232205271106123
Binary101101001110110111110010110101001011011100110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EDF2; }

 p { color: rgb(180,237,242); }

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

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

 a { background-color: rgb(180,237,242); }

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

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

 span { border-color: rgb(180,237,242); }

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