#B0EEF1

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

Shades of Pale Turquoise #B0EEF1

Tints of Pale Turquoise #B0EEF1

Color information

#B0EEF1 (or 0xB0EEF1) is unknown color: approx Pale Turquoise. HEX triplet: B0, EE and F1. RGB value is (176,238,241). Sum of RGB (Red+Green+Blue) = 176+238+241=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0EEF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EEF1 is #4F110E. Grayscale: #DBDBDB. Windows color (decimal): -5181711 or 15855280. OLE color: 15855280.

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

Color convert

RGB176238241-
CMYK0.270.0100.05
HSL182.77º69.89%81.76%-
HSV(B)182.77º26.97%94.51%-
XYZ64.3676.7394.64-
YUV219.8139.9696.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 241 (94.53% from 255) = 36.79%
R=26.87%
G=36.34%
B=36.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762382410.270.0100.05182.7769.8981.76
HexB0EEF11B105b74652
Octal26035636133105267106122
Binary10110000111011101111000111011101011011011110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EEF1; }

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

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

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

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

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

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

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

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