#b2ebee

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

Shades of Pale Turquoise #B2EBEE

Tints of Pale Turquoise #B2EBEE

Color information

#B2EBEE (or 0xB2EBEE) is unknown color: approx Pale Turquoise. HEX triplet: B2, EB and EE. RGB value is (178,235,238). Sum of RGB (Red+Green+Blue) = 178+235+238=651 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.34% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2EBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBEE is #4D1411. Grayscale: #DADADA. Windows color (decimal): -5051410 or 15657906. OLE color: 15657906.

HSL color Cylindrical-coordinate representation of color #B2EBEE: hue angle of 183º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2EBEE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178235238-
CMYK0.250.0100.07
HSL183º63.83%81.57%-
HSV(B)183º25.21%93.33%-
XYZ63.575.0592.03-
YUV218.3139.1299.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.34%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=27.34%
G=36.10%
B=36.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782352380.250.0100.0718363.8381.57
HexB2EBEE19107b74052
Octal26235335631107267100122
Binary10110010111010111110111011001101111011011110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2ebee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2ebee; }

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

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

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

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

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

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

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

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