#B7F1ED

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

Shades of Pale Turquoise #B7F1ED

Tints of Pale Turquoise #B7F1ED

Color information

#B7F1ED (or 0xB7F1ED) is unknown color: approx Pale Turquoise. HEX triplet: B7, F1 and ED. RGB value is (183,241,237). Sum of RGB (Red+Green+Blue) = 183+241+237=661 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.69% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F1ED is #480E12. Grayscale: #DFDFDF. Windows color (decimal): -4722195 or 15593911. OLE color: 15593911.

HSL color Cylindrical-coordinate representation of color #B7F1ED: hue angle of 175.86º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7F1ED is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB183241237-
CMYK0.2400.020.05
HSL175.86º67.44%83.14%-
HSV(B)175.86º24.07%94.51%-
XYZ66.2779.0991.89-
YUV223.2135.7899.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.69%
GREEN value IS 241 (94.53% from 255) = 36.46%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=27.69%
G=36.46%
B=35.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1832412370.2400.020.05175.8667.4483.14
HexB7F1ED18025b04353
Octal26736135530025260103123
Binary101101111111000111101101110000101011011000010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1ED; }

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

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

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

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

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

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

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

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