#B6EAF0

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

Shades of Pale Turquoise #B6EAF0

Tints of Pale Turquoise #B6EAF0

Color information

#B6EAF0 (or 0xB6EAF0) is unknown color: approx Pale Turquoise. HEX triplet: B6, EA and F0. RGB value is (182,234,240). Sum of RGB (Red+Green+Blue) = 182+234+240=656 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.74% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6EAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAF0 is #49150F. Grayscale: #DBDBDB. Windows color (decimal): -4789520 or 15788726. OLE color: 15788726.

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

Color convert

RGB182234240-
CMYK0.240.0200.06
HSL186.21º65.91%82.75%-
HSV(B)186.21º24.17%94.12%-
XYZ64.4475.0893.53-
YUV219.14139.77101.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822342400.240.0200.06186.2165.9182.75
HexB6EAF018206ba4253
Octal26635236030206272102123
Binary101101101110101011110000110001001101011101010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EAF0; }

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

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

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

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

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

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

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

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