#B0EEEA

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

Shades of Pale Turquoise #B0EEEA

Tints of Pale Turquoise #B0EEEA

Color information

#B0EEEA (or 0xB0EEEA) is unknown color: approx Pale Turquoise. HEX triplet: B0, EE and EA. RGB value is (176,238,234). Sum of RGB (Red+Green+Blue) = 176+238+234=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEEA is #4F1115. Grayscale: #DADADA. Windows color (decimal): -5181718 or 15396528. OLE color: 15396528.

HSL color Cylindrical-coordinate representation of color #B0EEEA: hue angle of 176.13º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EEEA is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB176238234-
CMYK0.2600.020.07
HSL176.13º64.58%81.18%-
HSV(B)176.13º26.05%93.33%-
XYZ63.3376.3289.24-
YUV219.01136.4697.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.16%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=27.16%
G=36.73%
B=36.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762382340.2600.020.07176.1364.5881.18
HexB0EEEA1A027b04151
Octal26035635232027260101121
Binary101100001110111011101010110100101111011000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEEA; }

 p { color: rgb(176,238,234); }

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

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

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

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

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

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

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