#B0F0ED

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

Shades of Pale Turquoise #B0F0ED

Tints of Pale Turquoise #B0F0ED

Color information

#B0F0ED (or 0xB0F0ED) is unknown color: approx Pale Turquoise. HEX triplet: B0, F0 and ED. RGB value is (176,240,237). Sum of RGB (Red+Green+Blue) = 176+240+237=653 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.95% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0F0ED is #4F0F12. Grayscale: #DCDCDC. Windows color (decimal): -5181203 or 15593648. OLE color: 15593648.

HSL color Cylindrical-coordinate representation of color #B0F0ED: hue angle of 177.19º 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 #B0F0ED is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB176240237-
CMYK0.2700.010.06
HSL177.19º68.09%81.57%-
HSV(B)177.19º26.67%94.12%-
XYZ64.3577.6691.72-
YUV220.52137.396.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.95%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=26.95%
G=36.75%
B=36.29%

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
Decimal1762402370.2700.010.06177.1968.0981.57
HexB0F0ED1B016b14452
Octal26036035533016261104122
Binary10110000111100001110110111011011101011000110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F0ED; }

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

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

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

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

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

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

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

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