#B0EDF1

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

Shades of Pale Turquoise #B0EDF1

Tints of Pale Turquoise #B0EDF1

Color information

#B0EDF1 (or 0xB0EDF1) is unknown color: approx Pale Turquoise. HEX triplet: B0, ED and F1. RGB value is (176,237,241). Sum of RGB (Red+Green+Blue) = 176+237+241=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDF1 is #4F120E. Grayscale: #DBDBDB. Windows color (decimal): -5181967 or 15855024. OLE color: 15855024.

HSL color Cylindrical-coordinate representation of color #B0EDF1: hue angle of 183.69º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0EDF1 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176237241-
CMYK0.270.0200.05
HSL183.69º69.89%81.76%-
HSV(B)183.69º26.97%94.51%-
XYZ64.0776.1594.54-
YUV219.22140.2997.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.91%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 241 (94.53% from 255) = 36.85%
R=26.91%
G=36.24%
B=36.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762372410.270.0200.05183.6969.8981.76
HexB0EDF11B205b84652
Octal26035536133205270106122
Binary101100001110110111110001110111001011011100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EDF1; }

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

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

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

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

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

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

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

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