#B6F3EC

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

Shades of Pale Turquoise #B6F3EC

Tints of Pale Turquoise #B6F3EC

Color information

#B6F3EC (or 0xB6F3EC) is unknown color: approx Pale Turquoise. HEX triplet: B6, F3 and EC. RGB value is (182,243,236). Sum of RGB (Red+Green+Blue) = 182+243+236=661 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.53% from 661); Green value is 243 (95.31% from 255 or 36.76% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F3EC is #490C13. Grayscale: #DFDFDF. Windows color (decimal): -4787220 or 15528886. OLE color: 15528886.

HSL color Cylindrical-coordinate representation of color #B6F3EC: hue angle of 173.11º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F3EC is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB182243236-
CMYK0.2500.030.05
HSL173.11º71.76%83.33%-
HSV(B)173.11º25.1%95.29%-
XYZ66.4880.191.31-
YUV223.96134.7998.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.53%
GREEN value IS 243 (95.31% from 255) = 36.76%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=27.53%
G=36.76%
B=35.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822432360.2500.030.05173.1171.7683.33
HexB6F3EC19035ad4853
Octal26636335431035255110123
Binary101101101111001111101100110010111011010110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F3EC; }

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

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

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

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

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

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

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

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