#b6f3ee

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

Shades of Pale Turquoise #B6F3EE

Tints of Pale Turquoise #B6F3EE

Color information

#B6F3EE (or 0xB6F3EE) is unknown color: approx Pale Turquoise. HEX triplet: B6, F3 and EE. RGB value is (182,243,238). Sum of RGB (Red+Green+Blue) = 182+243+238=663 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.45% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F3EE is #490C11. Grayscale: #E0E0E0. Windows color (decimal): -4787218 or 15659958. OLE color: 15659958.

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

Color convert

RGB182243238-
CMYK0.2500.020.05
HSL175.08º71.76%83.33%-
HSV(B)175.08º25.1%95.29%-
XYZ66.7780.2292.85-
YUV224.19135.7997.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.45%
GREEN value IS 243 (95.31% from 255) = 36.65%
BLUE value IS 238 (93.36% from 255) = 35.90%
R=27.45%
G=36.65%
B=35.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822432380.2500.020.05175.0871.7683.33
HexB6F3EE19025af4853
Octal26636335631025257110123
Binary101101101111001111101110110010101011010111110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6f3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6f3ee; }

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

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

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

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

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

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

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

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