#B7FEF1

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

Shades of Pale Turquoise #B7FEF1

Tints of Pale Turquoise #B7FEF1

Color information

#B7FEF1 (or 0xB7FEF1) is unknown color: approx Pale Turquoise. HEX triplet: B7, FE and F1. RGB value is (183,254,241). Sum of RGB (Red+Green+Blue) = 183+254+241=678 (89% of max value = 765). Red value is 183 (71.88% from 255 or 26.99% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 241 (94.53% from 255 or 35.55% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7FEF1 is #48010E. Grayscale: #E7E7E7. Windows color (decimal): -4718863 or 15859383. OLE color: 15859383.

HSL color Cylindrical-coordinate representation of color #B7FEF1: hue angle of 169.01º 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 #B7FEF1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB183254241-
CMYK0.2800.050.00
HSL169.01º97.26%85.69%-
HSV(B)169.01º27.95%99.61%-
XYZ70.8587.396.34-
YUV231.29133.4893.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 26.99%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 241 (94.53% from 255) = 35.55%
R=26.99%
G=37.46%
B=35.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832542410.2800.050.00169.0197.2685.69
HexB7FEF11C050a96156
Octal26737636134050251141126
Binary10110111111111101111000111100010101010100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FEF1; }

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

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

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

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

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

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

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

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