#B6F0EA

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

Shades of Pale Turquoise #B6F0EA

Tints of Pale Turquoise #B6F0EA

Color information

#B6F0EA (or 0xB6F0EA) is unknown color: approx Pale Turquoise. HEX triplet: B6, F0 and EA. RGB value is (182,240,234). Sum of RGB (Red+Green+Blue) = 182+240+234=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6F0EA is #490F15. Grayscale: #DDDDDD. Windows color (decimal): -4787990 or 15397046. OLE color: 15397046.

HSL color Cylindrical-coordinate representation of color #B6F0EA: hue angle of 173.79º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6F0EA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB182240234-
CMYK0.2400.020.06
HSL173.79º65.91%82.75%-
HSV(B)173.79º24.17%94.12%-
XYZ65.378.2189.5-
YUV221.97134.7899.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.74%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=27.74%
G=36.59%
B=35.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822402340.2400.020.06173.7965.9182.75
HexB6F0EA18026ae4253
Octal26636035230026256102123
Binary101101101111000011101010110000101101010111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F0EA; }

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

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

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

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

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

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

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

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