#B7F0EC

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

Shades of Pale Turquoise #B7F0EC

Tints of Pale Turquoise #B7F0EC

Color information

#B7F0EC (or 0xB7F0EC) is unknown color: approx Pale Turquoise. HEX triplet: B7, F0 and EC. RGB value is (183,240,236). Sum of RGB (Red+Green+Blue) = 183+240+236=659 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.77% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F0EC is #480F13. Grayscale: #DEDEDE. Windows color (decimal): -4722452 or 15528119. OLE color: 15528119.

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

Color convert

RGB183240236-
CMYK0.2400.020.06
HSL175.79º65.52%82.94%-
HSV(B)175.79º23.75%94.12%-
XYZ65.8378.4491.03-
YUV222.5135.6299.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.77%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=27.77%
G=36.42%
B=35.81%

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
Decimal1832402360.2400.020.06175.7965.5282.94
HexB7F0EC18026b04253
Octal26736035430026260102123
Binary101101111111000011101100110000101101011000010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F0EC; }

 p { color: rgb(183,240,236); }

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

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

 a { background-color: rgb(183,240,236); }

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

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

 span { border-color: rgb(183,240,236); }

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