#B0EEED

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

Shades of Pale Turquoise #B0EEED

Tints of Pale Turquoise #B0EEED

Color information

#B0EEED (or 0xB0EEED) is unknown color: approx Pale Turquoise. HEX triplet: B0, EE and ED. RGB value is (176,238,237). Sum of RGB (Red+Green+Blue) = 176+238+237=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEED is #4F1112. Grayscale: #DBDBDB. Windows color (decimal): -5181715 or 15593136. OLE color: 15593136.

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

Color convert

RGB176238237-
CMYK0.2600.000.07
HSL179.03º64.58%81.18%-
HSV(B)179.03º26.05%93.33%-
XYZ63.7776.4991.52-
YUV219.35137.9697.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=27.04%
G=36.56%
B=36.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762382370.2600.000.07179.0364.5881.18
HexB0EEED1A007b34151
Octal26035635532007263101121
Binary10110000111011101110110111010001111011001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEED; }

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

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

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

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

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

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

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

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