#B7FEF0

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

Shades of Pale Turquoise #B7FEF0

Tints of Pale Turquoise #B7FEF0

Color information

#B7FEF0 (or 0xB7FEF0) is unknown color: approx Pale Turquoise. HEX triplet: B7, FE and F0. RGB value is (183,254,240). Sum of RGB (Red+Green+Blue) = 183+254+240=677 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.03% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF0 is #48010F. Grayscale: #E7E7E7. Windows color (decimal): -4718864 or 15793847. OLE color: 15793847.

HSL color Cylindrical-coordinate representation of color #B7FEF0: hue angle of 168.17º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FEF0 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB183254240-
CMYK0.2800.060.00
HSL168.17º97.26%85.69%-
HSV(B)168.17º27.95%99.61%-
XYZ70.787.2495.55-
YUV231.18132.9893.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.03%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 240 (94.14% from 255) = 35.45%
R=27.03%
G=37.52%
B=35.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542400.2800.060.00168.1797.2685.69
HexB7FEF01C060a86156
Octal26737636034060250141126
Binary10110111111111101111000011100011001010100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEF0; }

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

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

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

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

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

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

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

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