#B6FAEE

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

Shades of Pale Turquoise #B6FAEE

Tints of Pale Turquoise #B6FAEE

Color information

#B6FAEE (or 0xB6FAEE) is unknown color: approx Pale Turquoise. HEX triplet: B6, FA and EE. RGB value is (182,250,238). Sum of RGB (Red+Green+Blue) = 182+250+238=670 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.16% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 238 (93.36% from 255 or 35.52% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6FAEE is #490511. Grayscale: #E4E4E4. Windows color (decimal): -4785426 or 15661750. OLE color: 15661750.

HSL color Cylindrical-coordinate representation of color #B6FAEE: hue angle of 169.41º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6FAEE is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB182250238-
CMYK0.2700.050.02
HSL169.41º87.18%84.71%-
HSV(B)169.41º27.2%98.04%-
XYZ68.9184.4993.57-
YUV228.3133.4794.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.16%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 238 (93.36% from 255) = 35.52%
R=27.16%
G=37.31%
B=35.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822502380.2700.050.02169.4187.1884.71
HexB6FAEE1B052a95755
Octal26637235633052251127125
Binary101101101111101011101110110110101101010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FAEE; }

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

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

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

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

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

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

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

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