#B2EDEE

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

Shades of Pale Turquoise #B2EDEE

Tints of Pale Turquoise #B2EDEE

Color information

#B2EDEE (or 0xB2EDEE) is unknown color: approx Pale Turquoise. HEX triplet: B2, ED and EE. RGB value is (178,237,238). Sum of RGB (Red+Green+Blue) = 178+237+238=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 238 - color contains mainly: blue. Hex color #B2EDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDEE is #4D1211. Grayscale: #DBDBDB. Windows color (decimal): -5050898 or 15658418. OLE color: 15658418.

HSL color Cylindrical-coordinate representation of color #B2EDEE: hue angle of 181º 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 #B2EDEE is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178237238-
CMYK0.250.0000.07
HSL181º63.83%81.57%-
HSV(B)181º25.21%93.33%-
XYZ64.0876.2192.22-
YUV219.47138.4598.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.26%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=27.26%
G=36.29%
B=36.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782372380.250.0000.0718163.8381.57
HexB2EDEE19007b54052
Octal26235535631007265100122
Binary10110010111011011110111011001001111011010110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EDEE; }

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

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

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

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

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

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

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

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