#B6EAEB

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

Shades of Pale Turquoise #B6EAEB

Tints of Pale Turquoise #B6EAEB

Color information

#B6EAEB (or 0xB6EAEB) is unknown color: approx Pale Turquoise. HEX triplet: B6, EA and EB. RGB value is (182,234,235). Sum of RGB (Red+Green+Blue) = 182+234+235=651 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.96% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6EAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAEB is #491514. Grayscale: #DADADA. Windows color (decimal): -4789525 or 15461046. OLE color: 15461046.

HSL color Cylindrical-coordinate representation of color #B6EAEB: hue angle of 181.13º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6EAEB is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182234235-
CMYK0.230.0000.08
HSL181.13º56.99%81.76%-
HSV(B)181.13º22.55%92.16%-
XYZ63.7174.7989.68-
YUV218.57137.27101.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.96%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=27.96%
G=35.94%
B=36.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822342350.230.0000.08181.1356.9981.76
HexB6EAEB17008b53952
Octal26635235327001026571122
Binary10110110111010101110101110111001000101101011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAEB; }

 p { color: rgb(182,234,235); }

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

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

 a { background-color: rgb(182,234,235); }

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

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

 span { border-color: rgb(182,234,235); }

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