#B6EEEC

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

Shades of Pale Turquoise #B6EEEC

Tints of Pale Turquoise #B6EEEC

Color information

#B6EEEC (or 0xB6EEEC) is unknown color: approx Pale Turquoise. HEX triplet: B6, EE and EC. RGB value is (182,238,236). Sum of RGB (Red+Green+Blue) = 182+238+236=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #B6EEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EEEC is #491113. Grayscale: #DCDCDC. Windows color (decimal): -4788500 or 15527606. OLE color: 15527606.

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

Color convert

RGB182238236-
CMYK0.2400.010.07
HSL177.86º62.22%82.35%-
HSV(B)177.86º23.53%93.33%-
XYZ65.0177.1590.82-
YUV221.03136.45100.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 236 (92.58% from 255) = 35.98%
R=27.74%
G=36.28%
B=35.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822382360.2400.010.07177.8662.2282.35
HexB6EEEC18017b23e52
Octal2663563543001726276122
Binary1011011011101110111011001100001111101100101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EEEC; }

 p { color: rgb(182,238,236); }

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

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

 a { background-color: rgb(182,238,236); }

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

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

 span { border-color: rgb(182,238,236); }

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