#B7F7EE

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

Shades of Pale Turquoise #B7F7EE

Tints of Pale Turquoise #B7F7EE

Color information

#B7F7EE (or 0xB7F7EE) is unknown color: approx Pale Turquoise. HEX triplet: B7, F7 and EE. RGB value is (183,247,238). Sum of RGB (Red+Green+Blue) = 183+247+238=668 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.40% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F7EE is #480811. Grayscale: #E2E2E2. Windows color (decimal): -4720658 or 15660983. OLE color: 15660983.

HSL color Cylindrical-coordinate representation of color #B7F7EE: hue angle of 171.56º 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 #B7F7EE is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB183247238-
CMYK0.2600.040.03
HSL171.56º80%84.31%-
HSV(B)171.56º25.91%96.86%-
XYZ68.2282.7693.27-
YUV226.84134.396.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.40%
GREEN value IS 247 (96.88% from 255) = 36.98%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=27.40%
G=36.98%
B=35.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1832472380.2600.040.03171.568084.31
HexB7F7EE1A043ac5054
Octal26736735632043254120124
Binary101101111111011111101110110100100111010110010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F7EE; }

 p { color: rgb(183,247,238); }

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

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

 a { background-color: rgb(183,247,238); }

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

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

 span { border-color: rgb(183,247,238); }

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