#B7F1EC

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

Shades of Pale Turquoise #B7F1EC

Tints of Pale Turquoise #B7F1EC

Color information

#B7F1EC (or 0xB7F1EC) is unknown color: approx Pale Turquoise. HEX triplet: B7, F1 and EC. RGB value is (183,241,236). Sum of RGB (Red+Green+Blue) = 183+241+236=660 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.73% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F1EC is #480E13. Grayscale: #DFDFDF. Windows color (decimal): -4722196 or 15528375. OLE color: 15528375.

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

Color convert

RGB183241236-
CMYK0.2400.020.05
HSL174.83º67.44%83.14%-
HSV(B)174.83º24.07%94.51%-
XYZ66.1279.0391.13-
YUV223.09135.2899.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.73%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=27.73%
G=36.52%
B=35.76%

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
Decimal1832412360.2400.020.05174.8367.4483.14
HexB7F1EC18025af4353
Octal26736135430025257103123
Binary101101111111000111101100110000101011010111110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7F1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7F1EC; }

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

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

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

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

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

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

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

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