#b0ebf4

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

Shades of Pale Turquoise #B0EBF4

Tints of Pale Turquoise #B0EBF4

Color information

#B0EBF4 (or 0xB0EBF4) is unknown color: approx Pale Turquoise. HEX triplet: B0, EB and F4. RGB value is (176,235,244). Sum of RGB (Red+Green+Blue) = 176+235+244=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #B0EBF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EBF4 is #4F140B. Grayscale: #DADADA. Windows color (decimal): -5182476 or 16051120. OLE color: 16051120.

HSL color Cylindrical-coordinate representation of color #B0EBF4: hue angle of 187.94º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0EBF4 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB176235244-
CMYK0.280.0400.04
HSL187.94º75.56%82.35%-
HSV(B)187.94º27.87%95.69%-
XYZ63.9475.1896.73-
YUV218.38142.4597.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 235 (92.19% from 255) = 35.88%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=26.87%
G=35.88%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762352440.280.0400.04187.9475.5682.35
HexB0EBF41C404bc4c52
Octal26035336434404274114122
Binary1011000011101011111101001110010001001011110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ebf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ebf4; }

 p { color: rgb(176,235,244); }

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

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

 a { background-color: rgb(176,235,244); }

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

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

 span { border-color: rgb(176,235,244); }

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