#B4EEEE

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

Shades of Pale Turquoise #B4EEEE

Tints of Pale Turquoise #B4EEEE

Color information

#B4EEEE (or 0xB4EEEE) is unknown color: approx Pale Turquoise. HEX triplet: B4, EE and EE. RGB value is (180,238,238). Sum of RGB (Red+Green+Blue) = 180+238+238=656 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.44% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #B4EEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEEE is #4B1111. Grayscale: #DCDCDC. Windows color (decimal): -4919570 or 15658676. OLE color: 15658676.

HSL color Cylindrical-coordinate representation of color #B4EEEE: hue angle of 180º 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 #B4EEEE is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180238238-
CMYK0.24000.07
HSL180º63.04%81.96%-
HSV(B)180º24.37%93.33%-
XYZ64.8377.0392.34-
YUV220.66137.7899-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.44%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=27.44%
G=36.28%
B=36.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802382380.24000.0718063.0481.96
HexB4EEEE18007b43f52
Octal2643563563000726477122
Binary1011010011101110111011101100000111101101001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EEEE; }

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

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

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

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

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

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

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

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