#B2EBFB

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

Shades of Pale Turquoise #B2EBFB

Tints of Pale Turquoise #B2EBFB

Color information

#B2EBFB (or 0xB2EBFB) is unknown color: approx Pale Turquoise. HEX triplet: B2, EB and FB. RGB value is (178,235,251). Sum of RGB (Red+Green+Blue) = 178+235+251=664 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.81% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2EBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBFB is #4D1404. Grayscale: #DBDBDB. Windows color (decimal): -5051397 or 16509874. OLE color: 16509874.

HSL color Cylindrical-coordinate representation of color #B2EBFB: hue angle of 193.15º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EBFB is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178235251-
CMYK0.290.0600.02
HSL193.15º90.12%84.12%-
HSV(B)193.15º29.08%98.43%-
XYZ65.4875.85102.46-
YUV219.78145.6298.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.81%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=26.81%
G=35.39%
B=37.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782352510.290.0600.02193.1590.1284.12
HexB2EBFB1D602c15a54
Octal26235337335602301132124
Binary101100101110101111111011111011100101100000110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBFB; }

 p { color: rgb(178,235,251); }

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

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

 a { background-color: rgb(178,235,251); }

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

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

 span { border-color: rgb(178,235,251); }

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