#B6EFF7

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

Shades of Pale Turquoise #B6EFF7

Tints of Pale Turquoise #B6EFF7

Color information

#B6EFF7 (or 0xB6EFF7) is unknown color: approx Pale Turquoise. HEX triplet: B6, EF and F7. RGB value is (182,239,247). Sum of RGB (Red+Green+Blue) = 182+239+247=668 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.25% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #B6EFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFF7 is #491008. Grayscale: #DEDEDE. Windows color (decimal): -4788233 or 16248758. OLE color: 16248758.

HSL color Cylindrical-coordinate representation of color #B6EFF7: hue angle of 187.38º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6EFF7 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182239247-
CMYK0.260.0300.03
HSL187.38º80.25%84.12%-
HSV(B)187.38º26.32%96.86%-
XYZ66.9578.3999.6-
YUV222.87141.6298.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.25%
GREEN value IS 239 (93.75% from 255) = 35.78%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=27.25%
G=35.78%
B=36.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1822392470.260.0300.03187.3880.2584.12
HexB6EFF71A303bb5054
Octal26635736732303273120124
Binary10110110111011111111011111010110111011101110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EFF7; }

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

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

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

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

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

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

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

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