#B6F6ED

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

Shades of Pale Turquoise #B6F6ED

Tints of Pale Turquoise #B6F6ED

Color information

#B6F6ED (or 0xB6F6ED) is unknown color: approx Pale Turquoise. HEX triplet: B6, F6 and ED. RGB value is (182,246,237). Sum of RGB (Red+Green+Blue) = 182+246+237=665 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.37% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F6ED is #490912. Grayscale: #E1E1E1. Windows color (decimal): -4786451 or 15595190. OLE color: 15595190.

HSL color Cylindrical-coordinate representation of color #B6F6ED: hue angle of 171.56º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6ED is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB182246237-
CMYK0.2600.040.04
HSL171.56º78.05%83.92%-
HSV(B)171.56º26.02%96.47%-
XYZ67.5381.9792.38-
YUV225.84134.396.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.37%
GREEN value IS 246 (96.48% from 255) = 36.99%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=27.37%
G=36.99%
B=35.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822462370.2600.040.04171.5678.0583.92
HexB6F6ED1A044ac4e54
Octal26636635532044254116124
Binary1011011011110110111011011101001001001010110010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F6ED; }

 p { color: rgb(182,246,237); }

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

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

 a { background-color: rgb(182,246,237); }

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

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

 span { border-color: rgb(182,246,237); }

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