#B4EDEE

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

Shades of Pale Turquoise #B4EDEE

Tints of Pale Turquoise #B4EDEE

Color information

#B4EDEE (or 0xB4EDEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, ED and EE. RGB value is (180,237,238). Sum of RGB (Red+Green+Blue) = 180+237+238=655 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.48% from 655); Green value is 237 (92.97% from 255 or 36.18% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4EDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EDEE is #4B1211. Grayscale: #DCDCDC. Windows color (decimal): -4919826 or 15658420. OLE color: 15658420.

HSL color Cylindrical-coordinate representation of color #B4EDEE: hue angle of 181.03º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDEE is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180237238-
CMYK0.240.0000.07
HSL181.03º63.04%81.96%-
HSV(B)181.03º24.37%93.33%-
XYZ64.5476.4492.24-
YUV220.07138.1299.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.48%
GREEN value IS 237 (92.97% from 255) = 36.18%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=27.48%
G=36.18%
B=36.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802372380.240.0000.07181.0363.0481.96
HexB4EDEE18007b53f52
Octal2643553563000726577122
Binary1011010011101101111011101100000111101101011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EDEE; }

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

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

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

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

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

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

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

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