#B6EFE8

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

Shades of Pale Turquoise #B6EFE8

Tints of Pale Turquoise #B6EFE8

Color information

#B6EFE8 (or 0xB6EFE8) is unknown color: approx Pale Turquoise. HEX triplet: B6, EF and E8. RGB value is (182,239,232). Sum of RGB (Red+Green+Blue) = 182+239+232=653 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.87% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B6EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFE8 is #491017. Grayscale: #DDDDDD. Windows color (decimal): -4788248 or 15265718. OLE color: 15265718.

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

Color convert

RGB182239232-
CMYK0.2400.030.06
HSL172.63º64.04%82.55%-
HSV(B)172.63º23.85%93.73%-
XYZ64.7277.587.89-
YUV221.16134.12100.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.87%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 232 (91.02% from 255) = 35.53%
R=27.87%
G=36.60%
B=35.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822392320.2400.030.06172.6364.0482.55
HexB6EFE818036ad4053
Octal26635735030036255100123
Binary101101101110111111101000110000111101010110110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFE8; }

 p { color: rgb(182,239,232); }

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

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

 a { background-color: rgb(182,239,232); }

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

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

 span { border-color: rgb(182,239,232); }

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