#B6F1EA

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

Shades of Pale Turquoise #B6F1EA

Tints of Pale Turquoise #B6F1EA

Color information

#B6F1EA (or 0xB6F1EA) is unknown color: approx Pale Turquoise. HEX triplet: B6, F1 and EA. RGB value is (182,241,234). Sum of RGB (Red+Green+Blue) = 182+241+234=657 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.70% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F1EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F1EA is #490E15. Grayscale: #DEDEDE. Windows color (decimal): -4787734 or 15397302. OLE color: 15397302.

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

Color convert

RGB182241234-
CMYK0.2400.030.05
HSL172.88º67.82%82.94%-
HSV(B)172.88º24.48%94.51%-
XYZ65.678.889.59-
YUV222.56134.4599.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.70%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 234 (91.80% from 255) = 35.62%
R=27.70%
G=36.68%
B=35.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1822412340.2400.030.05172.8867.8282.94
HexB6F1EA18035ad4453
Octal26636135230035255104123
Binary101101101111000111101010110000111011010110110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F1EA; }

 p { color: rgb(182,241,234); }

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

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

 a { background-color: rgb(182,241,234); }

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

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

 span { border-color: rgb(182,241,234); }

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