#B0F0EE

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

Shades of Pale Turquoise #B0F0EE

Tints of Pale Turquoise #B0F0EE

Color information

#B0F0EE (or 0xB0F0EE) is unknown color: approx Pale Turquoise. HEX triplet: B0, F0 and EE. RGB value is (176,240,238). Sum of RGB (Red+Green+Blue) = 176+240+238=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0EE is #4F0F11. Grayscale: #DCDCDC. Windows color (decimal): -5181202 or 15659184. OLE color: 15659184.

HSL color Cylindrical-coordinate representation of color #B0F0EE: hue angle of 178.12º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0EE is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB176240238-
CMYK0.2700.010.06
HSL178.12º68.09%81.57%-
HSV(B)178.12º26.67%94.12%-
XYZ64.577.7292.49-
YUV220.64137.896.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.91%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=26.91%
G=36.70%
B=36.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762402380.2700.010.06178.1268.0981.57
HexB0F0EE1B016b24452
Octal26036035633016262104122
Binary10110000111100001110111011011011101011001010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0EE; }

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

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

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

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

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

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

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

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